Java Doc for DSAMEAttributeOperations.java in  » Portal » Open-Portal » com » sun » portal » fabric » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.fabric.common 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.fabric.common.DSAMEAttributeOperations

DSAMEAttributeOperations
public class DSAMEAttributeOperations implements AttributeOperations(Code)


Field Summary
final public static  StringADD
    
final public static  StringCOS_PRIORITY_STRING
    
final public static  StringDN
    
final public static  intGLOBAL
    
final public static  StringINHERIT
    
final public static  intORG
    
final public static  StringREMOVE
    
final public static  StringSCHEMA_TYPE
    
final public static  intUNKNOWN
    
protected  AMStoreConnectionamsc
    
protected  SSOTokentoken
    

Constructor Summary
public  DSAMEAttributeOperations(SSOToken token)
    

Method Summary
protected  voidaddDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidaddDefaultOrgAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidaddDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType)
    
protected  voidaddGlobalAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidaddOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN)
    
protected  voidaddUserAttributeValue(String attributeName, Set values, String userDN)
    
public  ListgetAttribute(String serviceName, String attrName, Map extraInfo)
    
public  MapgetAttributes(String serviceName, Set names, Map extraInfo)
    
protected  SetgetDefaultDynamicAttribute(String serviceName, String attributeName)
    
protected  MapgetDefaultDynamicAttributes(String serviceName, Set names)
    
protected  SetgetDefaultOrgAttribute(String serviceName, String attributeName)
    
protected  MapgetDefaultOrgAttributes(String serviceName, Set names)
    
protected  SetgetDynamicAttribute(String serviceName, String attributeName, String templateDN, int objType)
    
protected  MapgetDynamicAttributes(String serviceName, Set names, String templateDN, int objType)
    
protected  SetgetGlobalAttribute(String serviceName, String attributeName)
    
protected  MapgetGlobalAttributes(String serviceName, Set names)
    
protected  SetgetOrgAttribute(String serviceName, String attributeName, String orgDN)
    
protected  MapgetOrgAttributes(String serviceName, Set names, String orgDN)
    
protected  SetgetUserAttribute(String attributeName, String userDN)
    
protected  MapgetUserAttributes(Set names, String userDN)
    
protected  voidinherit(String attributeName, String userDN)
    
public  MaplistAttributes(String serviceName, Map extraInfo)
    
protected  voidremoveDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidremoveDefaultOrgAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidremoveDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType)
    
protected  voidremoveGlobalAttributeValue(String serviceName, String attributeName, Set values)
    
protected  voidremoveOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN)
    
protected  voidremoveUserAttributeValue(String attributeName, Set values, String userDN)
    
public  voidsetAttribute(String serviceName, String attrName, List valuesList, Map extraInfo)
    
public  voidsetAttributes(String serviceName, Map values, Map extraInfo)
    
protected  voidsetDefaultDynamicAttribute(String serviceName, String attributeName, Set values)
    
protected  voidsetDefaultDynamicAttributes(String serviceName, Map nameValues)
    
protected  voidsetDefaultOrgAttribute(String serviceName, String attributeName, Set values)
    
protected  voidsetDefaultOrgAttributes(String serviceName, Map nameValues)
    
protected  voidsetDynamicAttribute(String serviceName, String attributeName, Set values, String templateDN, int objType)
    
protected  voidsetDynamicAttributes(String serviceName, Map nameValues, String templateDN, int objType)
    
protected  voidsetGlobalAttribute(String serviceName, String attributeName, Set values)
    
protected  voidsetGlobalAttributes(String serviceName, Map nameValues)
    
protected  voidsetOrgAttribute(String serviceName, String attributeName, Set values, String orgDN)
    
protected  voidsetOrgAttributes(String serviceName, Map nameValues, String orgDN)
    
protected  voidsetUserAttribute(String attributeName, Set values, String userDN)
    
protected  voidsetUserAttributes(Map nameValues, String userDN)
    

Field Detail
ADD
final public static String ADD(Code)



COS_PRIORITY_STRING
final public static String COS_PRIORITY_STRING(Code)



DN
final public static String DN(Code)



GLOBAL
final public static int GLOBAL(Code)



INHERIT
final public static String INHERIT(Code)



ORG
final public static int ORG(Code)



REMOVE
final public static String REMOVE(Code)



SCHEMA_TYPE
final public static String SCHEMA_TYPE(Code)



UNKNOWN
final public static int UNKNOWN(Code)



amsc
protected AMStoreConnection amsc(Code)



token
protected SSOToken token(Code)




Constructor Detail
DSAMEAttributeOperations
public DSAMEAttributeOperations(SSOToken token) throws Exception(Code)




Method Detail
addDefaultDynamicAttributeValue
protected void addDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values) throws SMSException, SSOException(Code)



addDefaultOrgAttributeValue
protected void addDefaultOrgAttributeValue(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



addDynamicAttributeValue
protected void addDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType) throws SSOException, AMException, Exception(Code)



addGlobalAttributeValue
protected void addGlobalAttributeValue(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



addOrgAttributeValue
protected void addOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN) throws SSOException, AMException(Code)



addUserAttributeValue
protected void addUserAttributeValue(String attributeName, Set values, String userDN) throws AMException, SSOException(Code)



getAttribute
public List getAttribute(String serviceName, String attrName, Map extraInfo) throws Exception(Code)



getAttributes
public Map getAttributes(String serviceName, Set names, Map extraInfo) throws Exception(Code)



getDefaultDynamicAttribute
protected Set getDefaultDynamicAttribute(String serviceName, String attributeName) throws SSOException, SMSException(Code)



getDefaultDynamicAttributes
protected Map getDefaultDynamicAttributes(String serviceName, Set names) throws SSOException, SMSException(Code)



getDefaultOrgAttribute
protected Set getDefaultOrgAttribute(String serviceName, String attributeName) throws SSOException, SMSException(Code)



getDefaultOrgAttributes
protected Map getDefaultOrgAttributes(String serviceName, Set names) throws SSOException, SMSException(Code)



getDynamicAttribute
protected Set getDynamicAttribute(String serviceName, String attributeName, String templateDN, int objType) throws AMException, SSOException, Exception(Code)



getDynamicAttributes
protected Map getDynamicAttributes(String serviceName, Set names, String templateDN, int objType) throws AMException, SSOException, Exception(Code)



getGlobalAttribute
protected Set getGlobalAttribute(String serviceName, String attributeName) throws SSOException, SMSException(Code)



getGlobalAttributes
protected Map getGlobalAttributes(String serviceName, Set names) throws SSOException, SMSException(Code)



getOrgAttribute
protected Set getOrgAttribute(String serviceName, String attributeName, String orgDN) throws AMException, SSOException(Code)



getOrgAttributes
protected Map getOrgAttributes(String serviceName, Set names, String orgDN) throws AMException, SSOException(Code)



getUserAttribute
protected Set getUserAttribute(String attributeName, String userDN) throws AMException, SSOException(Code)



getUserAttributes
protected Map getUserAttributes(Set names, String userDN) throws AMException, SSOException(Code)



inherit
protected void inherit(String attributeName, String userDN) throws AMException, SSOException(Code)



listAttributes
public Map listAttributes(String serviceName, Map extraInfo)(Code)



removeDefaultDynamicAttributeValue
protected void removeDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values) throws SMSException, SSOException(Code)



removeDefaultOrgAttributeValue
protected void removeDefaultOrgAttributeValue(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



removeDynamicAttributeValue
protected void removeDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType) throws SSOException, AMException, Exception(Code)



removeGlobalAttributeValue
protected void removeGlobalAttributeValue(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



removeOrgAttributeValue
protected void removeOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN) throws SSOException, AMException(Code)



removeUserAttributeValue
protected void removeUserAttributeValue(String attributeName, Set values, String userDN) throws AMException, SSOException(Code)



setAttribute
public void setAttribute(String serviceName, String attrName, List valuesList, Map extraInfo) throws Exception(Code)



setAttributes
public void setAttributes(String serviceName, Map values, Map extraInfo) throws Exception(Code)



setDefaultDynamicAttribute
protected void setDefaultDynamicAttribute(String serviceName, String attributeName, Set values) throws SMSException, SSOException(Code)



setDefaultDynamicAttributes
protected void setDefaultDynamicAttributes(String serviceName, Map nameValues) throws SMSException, SSOException(Code)



setDefaultOrgAttribute
protected void setDefaultOrgAttribute(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



setDefaultOrgAttributes
protected void setDefaultOrgAttributes(String serviceName, Map nameValues) throws SSOException, SMSException(Code)



setDynamicAttribute
protected void setDynamicAttribute(String serviceName, String attributeName, Set values, String templateDN, int objType) throws SSOException, AMException, Exception(Code)



setDynamicAttributes
protected void setDynamicAttributes(String serviceName, Map nameValues, String templateDN, int objType) throws SSOException, AMException, Exception(Code)



setGlobalAttribute
protected void setGlobalAttribute(String serviceName, String attributeName, Set values) throws SSOException, SMSException(Code)



setGlobalAttributes
protected void setGlobalAttributes(String serviceName, Map nameValues) throws SSOException, SMSException(Code)



setOrgAttribute
protected void setOrgAttribute(String serviceName, String attributeName, Set values, String orgDN) throws SSOException, AMException(Code)



setOrgAttributes
protected void setOrgAttributes(String serviceName, Map nameValues, String orgDN) throws SSOException, AMException(Code)



setUserAttribute
protected void setUserAttribute(String attributeName, Set values, String userDN) throws AMException, SSOException(Code)



setUserAttributes
protected void setUserAttributes(Map nameValues, String userDN) throws AMException, SSOException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.