Skip navigation links 
 
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 | 
 void | 
reserve(java.lang.String requestID, java.util.Map userAttrs) 
          Method for reservation of username in LDAP that is in synchronization with OIMDB. | 
 void | 
reserve(java.lang.String requestID, java.lang.String attributeName, java.lang.String attributeValue) 
          Method for reservation of username in LDAP that is in synchronization with OIMDB. | 
 void | 
unreserve(java.lang.String requestID) 
          Method for unreservation of username in LDAP that is in synchronization with OIMDB. | 
 
 
reserve
void reserve(java.lang.String requestID,
             java.lang.String attributeName,
             java.lang.String attributeValue)
             throws UserAttributeReservationException
- Method for reservation of username in LDAP that is in synchronization with OIMDB.
 
- 
- Throws:
 
UserAttributeReservationException 
 
reserve
void reserve(java.lang.String requestID,
             java.util.Map userAttrs)
             throws UserAttributeReservationException
- Method for reservation of username in LDAP that is in synchronization with OIMDB.
 
- 
- Throws:
 
UserAttributeReservationException 
 
unreserve
void unreserve(java.lang.String requestID)
               throws UserAttributeReservationException
- Method for unreservation of username in LDAP that is in synchronization with OIMDB.
 
- 
- Throws:
 
UserAttributeReservationException 
 
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.