public class HttpDirectoryService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY
name of key used while injecting the directory service instance into the
webapp's servlet context
|
Constructor and Description |
---|
HttpDirectoryService(DirectoryService dirService) |
Modifier and Type | Method and Description |
---|---|
BindResponseHolder |
bind(org.apache.directory.api.ldap.model.message.BindRequest bindReq)
performs bind operation on the directory service with the given bind request.
|
DirectoryService |
getDirService() |
org.apache.directory.api.ldap.model.schema.SchemaManager |
getSchemaManager() |
public HttpDirectoryService(DirectoryService dirService)
public BindResponseHolder bind(org.apache.directory.api.ldap.model.message.BindRequest bindReq)
bindReq
- the bind requestpublic org.apache.directory.api.ldap.model.schema.SchemaManager getSchemaManager()
public DirectoryService getDirService()
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.