Java Doc for DSAMEConnection.java in  » Portal » Open-Portal » com » sun » ssoadapter » config » 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.ssoadapter.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.ssoadapter.config.DSAMEConnection

DSAMEConnection
public class DSAMEConnection implements DSAMEConstants(Code)


Field Summary
protected  AMStoreConnectionconnection
    
protected  AMUseruser
    
protected  SSOTokenuserToken
    

Constructor Summary
public  DSAMEConnection(SSOAdapterSession session)
    
public  DSAMEConnection(SSOToken token)
    
public  DSAMEConnection(SSOToken token, String userDN)
    

Method Summary
public  SetgetAttribute(String attributeName)
     Gets multi-valued USER/DYNAMIC attribute. Set of String values.
public  SetgetGlobalAttribute(String serviceName, String attributeName)
    
public  StringgetGlobalStringAttribute(String serviceName, String attributeName)
    
 SetgetMergedDynamicConfigurations(String serviceName, String attributeName)
    
public  SetgetOrganizationAttribute(String serviceName, String attributeName)
    
public  StringgetOrganizationStringAttribute(String serviceName, String attributeName)
     Gets ORGANIZATION attribute.
public static  SSOTokenManagergetSSOTokenManager()
    
public  ServiceSchemagetSchema(String serviceName, SchemaType scope)
    
public  SetgetSchemaTypes(String serviceName)
    
public  StringgetStringAttribute(String attributeName)
     Gets USER/DYNAMIC attribute. The attribute value in String format.
protected  voidinit(SSOToken token)
    
public  voidremoveAttribute(Set attrs)
    
public  voidremoveOrganizationAttribute(String serviceName, Set attrs)
    
public  voidsetAttribute(String attributeName, Set vals)
    
public  voidsetGlobalAttribute(String serviceName, String attributeName, Set vals)
    
public  voidsetOrganizationAttribute(String serviceName, String attributeName, Set vals)
    
public  voidsetStringAttribute(String attributeName, String val)
     Sets USER/DYNAMIC attribute.

Field Detail
connection
protected AMStoreConnection connection(Code)



user
protected AMUser user(Code)



userToken
protected SSOToken userToken(Code)




Constructor Detail
DSAMEConnection
public DSAMEConnection(SSOAdapterSession session) throws IllegalStateException(Code)



DSAMEConnection
public DSAMEConnection(SSOToken token) throws IllegalStateException(Code)



DSAMEConnection
public DSAMEConnection(SSOToken token, String userDN) throws IllegalStateException(Code)




Method Detail
getAttribute
public Set getAttribute(String attributeName) throws IllegalStateException, IOException(Code)
Gets multi-valued USER/DYNAMIC attribute. Set of String values. If property isnot not found, return null.
Parameters:
  attributeName - Name of the attribute to retrieve
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



getGlobalAttribute
public Set getGlobalAttribute(String serviceName, String attributeName) throws IOException(Code)

Parameters:
  serviceName -
Parameters:
  attributeName -
throws:
  java.io.IOException -



getGlobalStringAttribute
public String getGlobalStringAttribute(String serviceName, String attributeName) throws IOException(Code)

Parameters:
  serviceName -
Parameters:
  attributeName -
throws:
  java.io.IOException -



getMergedDynamicConfigurations
Set getMergedDynamicConfigurations(String serviceName, String attributeName) throws IllegalStateException, IOException(Code)



getOrganizationAttribute
public Set getOrganizationAttribute(String serviceName, String attributeName) throws IllegalStateException, IOException(Code)

Parameters:
  serviceName -
Parameters:
  attributeName -
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



getOrganizationStringAttribute
public String getOrganizationStringAttribute(String serviceName, String attributeName) throws IllegalStateException, IOException(Code)
Gets ORGANIZATION attribute. Internally this translates to a template attribute set at the org. level that the current user belongs to.
Parameters:
  serviceName - Name of the service
Parameters:
  attributeName - Name of the attribute to retrieve The attribute value in String format. If property isnot not found, return null. If DSAME returns multi-value,warning is issued and only the first value is returned.



getSSOTokenManager
public static SSOTokenManager getSSOTokenManager() throws SSOException(Code)

throws:
  com.iplanet.sso.SSOException -



getSchema
public ServiceSchema getSchema(String serviceName, SchemaType scope) throws SMSException(Code)

Parameters:
  serviceName -
Parameters:
  scope -
throws:
  com.sun.identity.sm.SMSException -



getSchemaTypes
public Set getSchemaTypes(String serviceName) throws SMSException(Code)

Parameters:
  serviceName -
throws:
  com.sun.identity.sm.SMSException -



getStringAttribute
public String getStringAttribute(String attributeName) throws IllegalStateException, IOException(Code)
Gets USER/DYNAMIC attribute. The attribute value in String format. If property isnot not found, return null. If DSAME returns multi-value,warning is issued and only the first value is returned.
Parameters:
  attributeName - Name of the attribute to retrieve
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



init
protected void init(SSOToken token) throws IllegalStateException(Code)

Parameters:
  token -
throws:
  java.lang.IllegalStateException -



removeAttribute
public void removeAttribute(Set attrs) throws IllegalStateException, IOException(Code)

Parameters:
  attrs -
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



removeOrganizationAttribute
public void removeOrganizationAttribute(String serviceName, Set attrs) throws IllegalStateException, IOException(Code)

Parameters:
  serviceName -
Parameters:
  attrs -
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



setAttribute
public void setAttribute(String attributeName, Set vals) throws IllegalStateException, IOException(Code)

Parameters:
  attributeName -
Parameters:
  vals -
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



setGlobalAttribute
public void setGlobalAttribute(String serviceName, String attributeName, Set vals) throws IOException(Code)

Parameters:
  serviceName -
Parameters:
  attributeName -
Parameters:
  vals -
throws:
  java.io.IOException -



setOrganizationAttribute
public void setOrganizationAttribute(String serviceName, String attributeName, Set vals) throws IllegalStateException, IOException(Code)

Parameters:
  serviceName -
Parameters:
  attributeName -
Parameters:
  vals -
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



setStringAttribute
public void setStringAttribute(String attributeName, String val) throws IllegalStateException, IOException(Code)
Sets USER/DYNAMIC attribute.
Parameters:
  attributeName - Name of the attribute to retrieve
Parameters:
  val - Value of the attribute
throws:
  java.lang.IllegalStateException -
throws:
  java.io.IOException -



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.