| java.lang.Object com.sun.ssoadapter.config.DSAMEConnection
Method Summary | |
public Set | getAttribute(String attributeName) Gets multi-valued USER/DYNAMIC attribute.
Set of String values. | public Set | getGlobalAttribute(String serviceName, String attributeName) | public String | getGlobalStringAttribute(String serviceName, String attributeName) | Set | getMergedDynamicConfigurations(String serviceName, String attributeName) | public Set | getOrganizationAttribute(String serviceName, String attributeName) | public String | getOrganizationStringAttribute(String serviceName, String attributeName) Gets ORGANIZATION attribute. | public static SSOTokenManager | getSSOTokenManager() | public ServiceSchema | getSchema(String serviceName, SchemaType scope) | public Set | getSchemaTypes(String serviceName) | public String | getStringAttribute(String attributeName) Gets USER/DYNAMIC attribute.
The attribute value in String format. | protected void | init(SSOToken token) | public void | removeAttribute(Set attrs) | public void | removeOrganizationAttribute(String serviceName, Set attrs) | public void | setAttribute(String attributeName, Set vals) | public void | setGlobalAttribute(String serviceName, String attributeName, Set vals) | public void | setOrganizationAttribute(String serviceName, String attributeName, Set vals) | public void | setStringAttribute(String attributeName, String val) Sets USER/DYNAMIC attribute. |
connection | protected AMStoreConnection connection(Code) | | |
user | protected AMUser user(Code) | | |
userToken | protected SSOToken userToken(Code) | | |
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 - |
|
|