T - type of object to managepublic interface LdapEntryManager<T>
| Modifier and Type | Method and Description |
|---|---|
Response<Void> |
add(T object)
Adds the supplied annotated object to an LDAP.
|
Response<Void> |
delete(T object)
Deletes the supplied annotated object from an LDAP.
|
T |
find(T object)
Searches for the supplied annotated object in an LDAP and returns the object mapped with it's ldap attribute
properties set.
|
Response<Void> |
merge(T object)
Merges the supplied annotated object in an LDAP.
|
T find(T object) throws LdapException
object - to findLdapException - if the object cannot be foundResponse<Void> add(T object) throws LdapException
object - to addLdapException - if the add failsResponse<Void> merge(T object) throws LdapException
MergeOperation.object - to mergeLdapException - if the merge failsResponse<Void> delete(T object) throws LdapException
object - to deleteLdapException - if the delete failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.