| java.lang.Object com.sun.portal.fabric.common.DSAMEAttributeOperations
Method Summary | |
protected void | addDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values) | protected void | addDefaultOrgAttributeValue(String serviceName, String attributeName, Set values) | protected void | addDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType) | protected void | addGlobalAttributeValue(String serviceName, String attributeName, Set values) | protected void | addOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN) | protected void | addUserAttributeValue(String attributeName, Set values, String userDN) | public List | getAttribute(String serviceName, String attrName, Map extraInfo) | public Map | getAttributes(String serviceName, Set names, Map extraInfo) | protected Set | getDefaultDynamicAttribute(String serviceName, String attributeName) | protected Map | getDefaultDynamicAttributes(String serviceName, Set names) | protected Set | getDefaultOrgAttribute(String serviceName, String attributeName) | protected Map | getDefaultOrgAttributes(String serviceName, Set names) | protected Set | getDynamicAttribute(String serviceName, String attributeName, String templateDN, int objType) | protected Map | getDynamicAttributes(String serviceName, Set names, String templateDN, int objType) | protected Set | getGlobalAttribute(String serviceName, String attributeName) | protected Map | getGlobalAttributes(String serviceName, Set names) | protected Set | getOrgAttribute(String serviceName, String attributeName, String orgDN) | protected Map | getOrgAttributes(String serviceName, Set names, String orgDN) | protected Set | getUserAttribute(String attributeName, String userDN) | protected Map | getUserAttributes(Set names, String userDN) | protected void | inherit(String attributeName, String userDN) | public Map | listAttributes(String serviceName, Map extraInfo) | protected void | removeDefaultDynamicAttributeValue(String serviceName, String attributeName, Set values) | protected void | removeDefaultOrgAttributeValue(String serviceName, String attributeName, Set values) | protected void | removeDynamicAttributeValue(String serviceName, String attributeName, Set values, String templateDN, int objType) | protected void | removeGlobalAttributeValue(String serviceName, String attributeName, Set values) | protected void | removeOrgAttributeValue(String serviceName, String attributeName, Set values, String orgDN) | protected void | removeUserAttributeValue(String attributeName, Set values, String userDN) | public void | setAttribute(String serviceName, String attrName, List valuesList, Map extraInfo) | public void | setAttributes(String serviceName, Map values, Map extraInfo) | protected void | setDefaultDynamicAttribute(String serviceName, String attributeName, Set values) | protected void | setDefaultDynamicAttributes(String serviceName, Map nameValues) | protected void | setDefaultOrgAttribute(String serviceName, String attributeName, Set values) | protected void | setDefaultOrgAttributes(String serviceName, Map nameValues) | protected void | setDynamicAttribute(String serviceName, String attributeName, Set values, String templateDN, int objType) | protected void | setDynamicAttributes(String serviceName, Map nameValues, String templateDN, int objType) | protected void | setGlobalAttribute(String serviceName, String attributeName, Set values) | protected void | setGlobalAttributes(String serviceName, Map nameValues) | protected void | setOrgAttribute(String serviceName, String attributeName, Set values, String orgDN) | protected void | setOrgAttributes(String serviceName, Map nameValues, String orgDN) | protected void | setUserAttribute(String attributeName, Set values, String userDN) | protected void | setUserAttributes(Map nameValues, String userDN) |
COS_PRIORITY_STRING | final public static String COS_PRIORITY_STRING(Code) | | |
GLOBAL | final public static int GLOBAL(Code) | | |
ORG | final public static int ORG(Code) | | |
UNKNOWN | final public static int UNKNOWN(Code) | | |
amsc | protected AMStoreConnection amsc(Code) | | |
token | protected SSOToken token(Code) | | |
DSAMEAttributeOperations | public DSAMEAttributeOperations(SSOToken token) throws Exception(Code) | | |
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) | | |
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) | | |
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) | | |
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) | | |
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) | | |
|
|