Package | Description |
---|---|
edu.vt.middleware.ldap.auth | |
edu.vt.middleware.ldap.auth.handler |
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
AuthenticatorConfig.getAuthenticationHandler()
This returns the authentication handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorConfig.setAuthenticationHandler(AuthenticationHandler handler)
This sets the authentication handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationHandler
AbstractAuthenticationHandler provides a base implementation for
authentication handlers.
|
class |
BindAuthenticationHandler
BindAuthenticationHandler provides an LDAP authentication
implementation that leverages the LDAP bind operation. |
class |
CompareAuthenticationHandler
CompareAuthenticationHandler provides an LDAP authentication
implementation that leverages a compare operation against the userPassword
attribute. |
Modifier and Type | Method and Description |
---|---|
abstract AuthenticationHandler |
AbstractAuthenticationHandler.newInstance()
Returns a separate instance of this authentication handler.
|
AuthenticationHandler |
AuthenticationHandler.newInstance()
Returns a separate instance of this authentication handler.
|
Copyright © 2019. All rights reserved.