Uses of Class
com.iplanet.am.sdk.AMPreCallBackException
-
Packages that use AMPreCallBackException Package Description com.iplanet.am.sdk This package contains interfaces and implementation for User/Identity Management. -
-
Uses of AMPreCallBackException in com.iplanet.am.sdk
Methods in com.iplanet.am.sdk that throw AMPreCallBackException Modifier and Type Method Description SetAMCallBack. preProcessAddUser(SSOToken token, String entryDN, Set members, int objectType)Deprecated.Method which gets called before users are added to a role/group.MapAMCallBack. preProcessCreate(SSOToken token, String entryDN, Map attributes, int objectType)Deprecated.Method which gets invoked before a create operation is performed.voidAMCallBack. preProcessDelete(SSOToken token, String entryDN, Map attributes, boolean softDeleteEnabled, int objectType)Deprecated.Method which gets invoked before an entry is deleted.MapAMCallBack. preProcessModify(SSOToken token, String entryDN, Map oldAttributes, Map newAttributes, int objectType)Deprecated.Method which gets invoked before a modify operation is performed.SetAMCallBack. preProcessRemoveUser(SSOToken token, String entryDN, Set members, int objectType)Deprecated.Method which gets called before users are removed from a role/group.
-