Modifier and Type | Method and Description |
---|---|
void |
MockOperationManager.bind(BindOperationContext opContext) |
void |
DefaultOperationManager.bind(BindOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
OperationManager.bind(BindOperationContext opContext)
TODO document after determining if this method should be here.
|
void |
MockInterceptor.bind(NextInterceptor next,
BindOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
LdapPrincipal |
AnonymousAuthenticator.authenticate(BindOperationContext opContext)
If the context is not configured to allow anonymous connections,
this method throws a
NoPermissionException . |
LdapPrincipal |
Authenticator.authenticate(BindOperationContext opContext)
Performs authentication and returns the principal if succeeded.
|
LdapPrincipal |
SimpleAuthenticator.authenticate(BindOperationContext opContext)
Looks up userPassword attribute of the entry whose name is the
value of
Context.SECURITY_PRINCIPAL environment variable, and
authenticates a user with the plain-text password. |
LdapPrincipal |
StrongAuthenticator.authenticate(BindOperationContext opContext)
User has already been authenticated during SASL negotiation.
|
void |
AuthenticationInterceptor.bind(NextInterceptor next,
BindOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
NextInterceptor.bind(BindOperationContext opContext)
Calls the next interceptor's
Interceptor.bind( NextInterceptor, BindOperationContext ) |
void |
InterceptorChain.bind(BindOperationContext opContext) |
void |
Interceptor.bind(NextInterceptor next,
BindOperationContext opContext)
Filters
Partition.bind( BindOperationContext ) call. |
void |
BaseInterceptor.bind(NextInterceptor next,
BindOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
protected BindOperationContext |
ServerContext.doBindOperation(org.apache.directory.shared.ldap.name.DN bindDn,
byte[] credentials,
String saslMechanism,
String saslAuthId)
Used to encapsulate [de]marshalling of controls before and after bind operations.
|
Modifier and Type | Method and Description |
---|---|
void |
NormalizationInterceptor.bind(NextInterceptor next,
BindOperationContext opContext)
Filters
Partition.bind( BindOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPartitionNexus.bind(BindOperationContext bindContext) |
void |
Partition.bind(BindOperationContext opContext)
Represents a bind operation issued to authenticate a client.
|
void |
NullPartition.bind(BindOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
LdifPartition.bind(BindOperationContext bindContext)
Represents a bind operation issued to authenticate a client.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaPartition.bind(BindOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXdbmPartition.bind(BindOperationContext bindContext) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.