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 Type
    Method
    Description
    void
    reserve(String requestID, String attributeName, String attributeValue)
    Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.
    void
    reserve(String requestID, Map<String,Object> userAttrs)
    Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.
    void
    unreserve(String requestID)
    Method for unreservation of user attribute in LDAP that is in synchronization with OIMDB.