Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.sun.identity.policy.plugins |
Modifier and Type | Method and Description |
---|---|
void |
AMCallBack.postProcessAddUser(SSOToken token,
String entryDN,
Set members,
int objectType)
Deprecated.
Method which gets invoked after users are added to a role/group.
|
void |
AMCallBack.postProcessCreate(SSOToken token,
String entryDN,
Map attributes,
int objectType)
Deprecated.
Method which gets invoked after a entry create operation is performed.
|
void |
AMCallBack.postProcessDelete(SSOToken token,
String entryDN,
Map attributes,
boolean softDelete,
int objectType)
Deprecated.
Method which gets invoked after a entry entry is deleted.
|
void |
AMCallBack.postProcessModify(SSOToken token,
String entryDN,
Map oldAttributes,
Map newAttributes,
int objectType)
Deprecated.
Method which gets invoked after a entry is modified
|
void |
AMCallBack.postProcessRemoveUser(SSOToken token,
String entryDN,
Set members,
int objectType)
Deprecated.
Method which gets invoked after users are removed from a role/group.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectReferentialIntegrityPlugin.postProcessDelete(SSOToken token,
String entryDN,
Map attributes,
boolean softDeleteEnabled,
int objectType)
This implementation would visit all the subjects in policies
across all orgs/sub-orgs and remove the subject values
corresponding to the deleted entry DN.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.