| |
|
| java.lang.Object com.sun.portal.taskadmin.context.TaskAdminISConnection
TaskAdminISConnection | public class TaskAdminISConnection (Code) | | This class provides the implementation for Desktop Content
Management
|
connection | protected AMStoreConnection connection(Code) | | |
serviceManager | protected ServiceManager serviceManager(Code) | | |
ssoToken | protected SSOToken ssoToken(Code) | | |
user | protected AMUser user(Code) | | |
getAttribute | public String getAttribute(String attributeName)(Code) | | Gets USER/DYNAMIC attribute.
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. |
getAttributeMultiVal | public Set getAttributeMultiVal(String attributeName)(Code) | | Gets multi-valued USER/DYNAMIC attribute.
Parameters: attributeName - Name of the attribute to retrieve Set of String values. If property isnot not found, return null. |
getConnection | public AMStoreConnection getConnection()(Code) | | |
getGlobalAttributeMultiValue | public Set getGlobalAttributeMultiValue(String serviceName, String attributeName)(Code) | | |
getGlobalAttributes | public Map getGlobalAttributes(String serviceName)(Code) | | |
getSSOToken | public SSOToken getSSOToken()(Code) | | |
getUser | public AMUser getUser()(Code) | | |
initSessionID | protected void initSessionID(SSOToken token)(Code) | | |
|
|
|