public class LDAPDirectory extends AbstractDirectory
| Modifier and Type | Field and Description |
|---|---|
static String |
DN_SPECIAL_ATTRIBUTE_KEY |
| Constructor and Description |
|---|
LDAPDirectory(LDAPDirectoryDescriptor config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(Session session) |
String |
getBaseFilter() |
LDAPDirectoryDescriptor |
getConfig() |
Properties |
getContextProperties() |
String |
getIdField()
Gets the id field of the schema for this directory.
|
String |
getName()
Gets the unique name of the directory, used for registering.
|
String |
getParentDirectory()
Gets the name of the parent directory.
|
String |
getPasswordField()
Gets the password field of the schema for this directory.
|
String |
getSchema()
Gets the schema name used by this directory.
|
Map<String,Field> |
getSchemaFieldMap() |
SearchControls |
getSearchControls() |
SearchControls |
getSearchControls(boolean fetchAllAttributes) |
Session |
getSession()
Creates a session for accessing entries in this directory.
|
void |
removeSession(Session session) |
void |
setTestServer(ContextProvider testServer) |
void |
shutdown()
Shuts down the directory.
|
addReference, addReferences, getCache, getFieldMapper, getReference, getReferences, invalidateCaches, invalidateDirectoryCache, isReference, orderEntriespublic static final String DN_SPECIAL_ATTRIBUTE_KEY
public LDAPDirectory(LDAPDirectoryDescriptor config) throws ClientException
ClientExceptionpublic Properties getContextProperties()
public SearchControls getSearchControls()
public SearchControls getSearchControls(boolean fetchAllAttributes)
public String getName()
Directorypublic String getSchema()
Directorypublic String getParentDirectory()
Directorypublic String getIdField()
Directorypublic String getPasswordField()
Directorypublic Session getSession() throws DirectoryException
DirectoryDirectoryException - if a session cannot be createdpublic void removeSession(Session session)
public void addSession(Session session)
public void shutdown()
Directorypublic String getBaseFilter()
public LDAPDirectoryDescriptor getConfig()
public void setTestServer(ContextProvider testServer)
Copyright © 2011 Nuxeo SA. All Rights Reserved.