Interface | Description |
---|---|
PasswordVerifier |
The
PasswordVerifier API exposes the methods to verify the old
password of a user. |
ReservationInLDAP |
The
ReservationInLDAP API exposes methods to reserve and unreserve
user attributes in LDAP that is in synchronization with OIM DB. |
UserEntityAttributeMapping |
The
UserEntityAttributeMapping API provides method to get mappings
of user attributes and column names. |
UserManager |
The
UserManager API exposes the methods to manage a user. |
UserNameGenerationPolicy | |
UserNamePolicy |
Class | Description |
---|---|
AbstractUserNameGenerationPolicy |
Abstract class that implements deprecated API's
so that custom policy implementations have no need to implement them.
|
UserManagerConstants | |
UserManagerConstants.AttributeName |
User Attributes
Please note that PWD_MIN_AGE_DATE is deprecated
To get PWD_MIN_AGE_DATE, get min age in days from applicable policy of the user.
|
UserManagerConstants.AttributeValues |
Possible values for various OOTB attrbutes of the user
|
UserManagerConstants.ObligationName |
Obligations supported for authorization
|
UserManagerConstants.Operations |
Constants for set of operations possible on User Entity
|
UserManagerConstants.Privilege |
Set of Constants representing the various privileges that can be assigned to a User.
|