|
Class Summary |
| AuthenticationFactory |
Factory to create IAuthenticationProviders |
| AuthenticationProvider |
Implementation of IAuthenticationProvider that authenticates with users and passwords stored in Anzo |
| CredentialCallback |
Credential callback handler that handles authentication a username and password |
| JaasAuthenticationProvider |
Authentication provider that uses JAAS to authenticate users |
| JaasLoginModule |
JAAS login module that talks to an Anzo server to authenticate |
| LdapAuthenticationProvider |
Ldap authentication providers an example that authenticates userid and password against an ldap store, and returns the a
value from ldap that maps to an Anzo id |
| Principal |
Basic name based Principal object |