Package | Description |
---|---|
edu.vt.middleware.ldap.auth | |
edu.vt.middleware.ldap.jaas |
Modifier and Type | Method and Description |
---|---|
AuthenticationResultHandler[] |
AuthenticatorConfig.getAuthenticationResultHandlers()
This returns the handlers to use for processing authentications.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authenticator.authenticate(java.lang.String user,
java.lang.Object credential,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and
credential.
|
javax.naming.directory.Attributes |
Authenticator.authenticate(java.lang.String user,
java.lang.Object credential,
java.lang.String[] retAttrs,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and
credential.
|
protected boolean |
AbstractAuthenticator.authenticateAndAuthorize(java.lang.String dn,
java.lang.Object credential,
AuthenticationResultHandler[] authResultHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied dn and
credential.
|
protected javax.naming.directory.Attributes |
AbstractAuthenticator.authenticateAndAuthorize(java.lang.String dn,
java.lang.Object credential,
boolean searchAttrs,
java.lang.String[] retAttrs,
AuthenticationResultHandler[] authResultHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied dn and
credential.
|
void |
AuthenticatorConfig.setAuthenticationResultHandlers(AuthenticationResultHandler[] handlers)
This sets the handlers for processing authentications.
|
Modifier and Type | Method and Description |
---|---|
javax.naming.directory.Attributes |
JaasAuthenticator.authenticate(java.lang.String user,
java.lang.Object credential,
java.lang.String[] retAttrs,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and
credential.
|
Copyright © 2014. All Rights Reserved.