| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AMCallBack
Interface that needs to be implemented by external
 applications inorder to do some special processing for
 user creations/deletions/modifications. 
 The implementation module is pluggable and is configurable
 via AMConfig.properties. The property to set is 
 com.iplanet.am.sdk.userEntryProcessingImpl.
 
 NOTE: All these interface methods will be invoked
 whenever a user entry is created/modified/deleted using 
 Sun Java System Access Manager SDK.
| Method Summary | |
|  void | processUserAdd(SSOToken token,
               java.lang.String userDN,
               java.util.Map attributes)Deprecated. Method which gets invoked whenever a user is created | 
|  void | processUserDelete(SSOToken token,
                  java.lang.String userDN,
                  java.util.Map attributes)Deprecated. Method which gets invoked whenever a user entry is deleted | 
|  void | processUserModify(SSOToken token,
                  java.lang.String userDN,
                  java.util.Map oldAttributes,
                  java.util.Map newAttributes)Deprecated. Method which gets invoked whenever a user entry is modified | 
| Method Detail | 
public void processUserAdd(SSOToken token,
                           java.lang.String userDN,
                           java.util.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 them
public void processUserModify(SSOToken token,
                              java.lang.String userDN,
                              java.util.Map oldAttributes,
                              java.util.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 modification
public void processUserDelete(SSOToken token,
                              java.lang.String userDN,
                              java.util.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 them| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||