Package edu.vt.middleware.ldap.auth.handler

Interface Summary
AuthenticationHandler AuthenticationHandler provides an interface for LDAP authentication implementations.
AuthenticationResultHandler AuthenticationResultHandler provides post processing of authentication results.
AuthorizationHandler AuthorizationHandler provides processing of authorization queries after authentication has succeeded.
 

Class Summary
AbstractAuthenticationHandler AbstractAuthenticationHandler provides a base implementation for authentication handlers.
AuthenticationCriteria AuthenticationCriteria contains the attributes used to perform authentications.
BindAuthenticationHandler BindAuthenticationHandler provides an LDAP authentication implementation that leverages the LDAP bind operation.
CompareAuthenticationHandler CompareAuthenticationHandler provides an LDAP authentication implementation that leverages a compare operation against the userPassword attribute.
CompareAuthorizationHandler CompareAuthorizationHandler performs a compare operation with a custom filter.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.