AMCallBack
public interface AMUserEntryProcessed
AMConfig.properties
. The property to set is
com.iplanet.am.sdk.userEntryProcessingImpl
. Modifier and Type | Method and Description |
---|---|
void |
processUserAdd(SSOToken token,
String userDN,
Map attributes)
Deprecated.
Method which gets invoked whenever a user is created
|
void |
processUserDelete(SSOToken token,
String userDN,
Map attributes)
Deprecated.
Method which gets invoked whenever a user entry is deleted
|
void |
processUserModify(SSOToken token,
String userDN,
Map oldAttributes,
Map newAttributes)
Deprecated.
Method which gets invoked whenever a user entry is modified
|
void processUserAdd(SSOToken token, String userDN, Map attributes)
token
- the single sign on token.userDN
- the DN of the user being addedattributes
- a map consisting of attribute names and a set of values for
each of themvoid processUserModify(SSOToken token, String userDN, Map oldAttributes, Map newAttributes)
token
- the single sign on token.userDN
- the DN of the user being modifiedoldAttributes
- a map consisting of attribute names and a set of values for
each of them before modificationnewAttributes
- a map consisting of attribute names and a set of values for
each of them after modificationvoid processUserDelete(SSOToken token, String userDN, Map attributes)
token
- the single sign on token.userDN
- the DN of the user being deletedattributes
- a map consisting of attribute names and a set of values for
each of themCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.