|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationHandler | |
|---|---|
| org.ldaptive.auth | |
| Uses of AuthenticationHandler in org.ldaptive.auth |
|---|
| Classes in org.ldaptive.auth that implement AuthenticationHandler | |
|---|---|
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. |
| Methods in org.ldaptive.auth that return AuthenticationHandler | |
|---|---|
AuthenticationHandler |
Authenticator.getAuthenticationHandler()
Returns the authentication handler. |
| Methods in org.ldaptive.auth that return types with arguments of type AuthenticationHandler | |
|---|---|
Map<String,AuthenticationHandler> |
AggregateDnResolver.AuthenticationHandler.getAuthenticationHandlers()
Returns the authentication handlers to aggregate over. |
| Methods in org.ldaptive.auth with parameters of type AuthenticationHandler | |
|---|---|
void |
Authenticator.setAuthenticationHandler(AuthenticationHandler handler)
Sets the authentication handler. |
| Method parameters in org.ldaptive.auth with type arguments of type AuthenticationHandler | |
|---|---|
void |
AggregateDnResolver.AuthenticationHandler.setAuthenticationHandlers(Map<String,AuthenticationHandler> handlers)
Sets the authentication handlers to aggregate over. |
| Constructors in org.ldaptive.auth with parameters of type AuthenticationHandler | |
|---|---|
Authenticator(DnResolver resolver,
AuthenticationHandler handler)
Creates a new authenticator. |
|
| Constructor parameters in org.ldaptive.auth with type arguments of type AuthenticationHandler | |
|---|---|
AggregateDnResolver.AuthenticationHandler(Map<String,AuthenticationHandler> handlers)
Creates a new aggregate authentication handler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||