Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationHandler
Base class for an LDAP authentication implementations.
|
class |
AbstractBindAuthenticationHandler
Provides implementation common to bind authentication handlers.
|
class |
AbstractCompareAuthenticationHandler
Provides implementation common to compare authentication handlers.
|
static class |
AggregateDnResolver.AuthenticationHandler
Used in conjunction with an
AggregateDnResolver to authenticate the resolved DN. |
class |
BindAuthenticationHandler
Provides an LDAP authentication implementation that leverages the LDAP bind operation.
|
class |
CompareAuthenticationHandler
Provides an LDAP authentication implementation that leverages a compare operation against the userPassword attribute.
|
class |
PooledBindAuthenticationHandler
Provides an LDAP authentication implementation that leverages a pool of LDAP connections to perform the LDAP bind
operation.
|
class |
PooledCompareAuthenticationHandler
Provides an LDAP authentication implementation that leverages a pool of ldap connections to perform the compare
operation against the userPassword attribute.
|
Modifier and Type | Field and Description |
---|---|
private AuthenticationHandler |
Authenticator.authenticationHandler
Handler to handle authentication.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,AuthenticationHandler> |
AggregateDnResolver.AuthenticationHandler.authenticationHandlers
Labeled authentication handlers.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
Authenticator.getAuthenticationHandler()
Returns the authentication handler.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticationHandler> |
AggregateDnResolver.AuthenticationHandler.getAuthenticationHandlers()
Returns the authentication handlers to aggregate over.
|
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.setAuthenticationHandler(AuthenticationHandler handler)
Sets the authentication handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateDnResolver.AuthenticationHandler.setAuthenticationHandlers(Map<String,AuthenticationHandler> handlers)
Sets the authentication handlers to aggregate over.
|
Constructor and Description |
---|
Authenticator(DnResolver resolver,
AuthenticationHandler handler)
Creates a new authenticator.
|
Constructor and Description |
---|
AuthenticationHandler(Map<String,AuthenticationHandler> handlers)
Creates a new aggregate authentication handler.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.