-
Interface Summary
Interface |
Description |
Authenticator |
Interface for an Authenticator.
|
-
Class Summary
Class |
Description |
CryptoAuthenticator |
This class authenticates using the Fulcrum Crypto service a user and their
password
avalon.component name="crypto-authenticator"
avalon.service type="org.apache.fulcrum.security.authenticator.Authenticator"
|
NoOpAuthenticator |
This class authenticates by returning TRUE always.
|
TextMatchAuthenticator |
This class authenticates by doing a plain text match of the user's passwords.
|