| Interface | Description |
|---|---|
| Authenticator |
Interface for an Authenticator.
|
| 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.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.