| java.lang.Object com.sun.portal.util.SSOUtil com.sun.portal.fabric.util.AMUtil
AMUtil | public class AMUtil extends SSOUtil (Code) | | This is a utility class implements the functionality tasks related to
configuring services and other portal server related that modify Access
Manager data
|
addResourceBundle | public static void addResourceBundle(String rbName, String locale, Map resourceStrings, SSOToken token)(Code) | | Stores or creates the ResourceBundle in the directory.
Parameters: token - Single sign-on token of user Parameters: rbName - Name of ResourceBundle Parameters: locale - Locale of ResourceBundle. If null, the defaultResourceBundle is updated. Parameters: attributes - Map of key-value pairs defining the ResourceBundle. throws: SMSException - If there is an error trying to modify the datastore throws: SSOException - If this user's token has expired. |
deleteServiceSchema | public static void deleteServiceSchema(Set svcNames, SSOToken ssoToken)(Code) | | |
getOrgNamingAttribute | public static String getOrgNamingAttribute(SSOToken AMSSOToken) throws SSOException(Code) | | |
getPeopleContainerNamingAttribute | public static String getPeopleContainerNamingAttribute(SSOToken AMSSOToken) throws SSOException(Code) | | |
getRoleNamingAttribute | public static String getRoleNamingAttribute(SSOToken AMSSOToken) throws SSOException(Code) | | |
getUserNamingAttribute | public static String getUserNamingAttribute(SSOToken AMSSOToken) throws SSOException(Code) | | |
isRealmEnabled | public static boolean isRealmEnabled(String sAMConfigDir, String sAMConfigFile)(Code) | | |
loadServiceSchema | public static void loadServiceSchema(Set filePaths, SSOToken ssoToken)(Code) | | |
removeResourceBundle | public static void removeResourceBundle(String rbName, String locale, SSOToken token)(Code) | | Deletes the specified ResourceBundle from the directory.
Parameters: token - Single sign-on token of user Parameters: rbName - Name of ResourceBundle Parameters: locale - String defining the locale. If null, then all the localesof this ResourceBundle, including the default one, are deleted. |
|
|