Package oracle.iam.identity.usermgmt.api
Interface ReservationInLDAP
public interface ReservationInLDAP
The
ReservationInLDAP
API exposes methods to reserve and unreserve
user attributes in LDAP that is in synchronization with OIM DB.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.void
Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.void
Method for unreservation of user attribute in LDAP that is in synchronization with OIMDB.
-
Method Details
-
reserve
void reserve(String requestID, String attributeName, String attributeValue) throws UserAttributeReservationException Method for reservation of user attributes in LDAP that is in synchronization with OIMDB. -
reserve
void reserve(String requestID, Map<String, Object> userAttrs) throws UserAttributeReservationExceptionMethod for reservation of user attributes in LDAP that is in synchronization with OIMDB. -
unreserve
Method for unreservation of user attribute in LDAP that is in synchronization with OIMDB.
-