| Home >> All >> org >> securityfilter >> [ authenticator Javadoc ] |
org.securityfilter.authenticator: Javadoc index of package org.securityfilter.authenticator.
Package Samples:
org.securityfilter.authenticator
Classes:
AuthenticatorFactory: AuthenticatorFactory - this class will create Authenticator instance. It is designed to be easy to extend to add more Authenticator implementations, or to allow custom Authenticators to be specified in the config file and created here in this factory class.
Authenticator: Authenticator - interface for a SecurityFilter authenticator module. Implementations correspond to an implementation method, such as FORM or BASIC (others are possible).
BasicAuthenticator: BasicAuthenticator - authenticator implementation for the BASIC auth method.
FormAuthenticator: FormAuthenticator - authenticator implementation for the FORM auth method.
| Home | Contact Us | Privacy Policy | Terms of Service |