Interface | Description |
---|---|
BaseLdap |
BaseLdap provides a base interface for all ldap implementations. |
Class | Description |
---|---|
AbstractCli |
Abstract base class for all CLI handlers.
|
AbstractLdap<T extends LdapConfig> |
AbstractLdap contains the functions for basic interaction with a
LDAP. |
AttributesFactory |
AttributesFactory provides convenience methods for creating
Attributes and Attribute . |
Ldap |
Ldap contains functions for basic interaction with an LDAP. |
LdapCli |
Command line interface for ldap operations.
|
LdapConfig |
LdapConfig contains all the configuration data that the
Ldap needs to control connections and searching. |
LdapConstants |
LdapConstants contains all the constants needed for creating a
Ldap . |
LdapSearch |
LdapSearch queries an LDAP and returns the result. |
LdapUtil |
LdapUtil provides helper methods for Ldap . |
SearchFilter |
SearchFilter provides a bean for a filter and it's arguments. |
Enum | Description |
---|---|
Ldap.AttributeModification |
Enum to define the type of attribute modification.
|
LdapConfig.SearchScope |
Enum to define the type of search scope.
|
Copyright © 2014. All rights reserved.