| Interface | Description |
|---|---|
| PasswordAuthenticator |
Used to authenticate users based on a password.
|
| Class | Description |
|---|---|
| AcceptAllPasswordAuthenticator |
Accepts all authentication attempts
|
| RejectAllPasswordAuthenticator |
Rejects all authentication attempts
|
| StaticPasswordAuthenticator |
Returns the same constant result
true/false regardless |
| UserAuthPassword |
Implements the server-side "password" authentication mechanism
|
| UserAuthPasswordFactory |
| Exception | Description |
|---|---|
| PasswordChangeRequiredException |
A special exception that can be thrown by the
PasswordAuthenticator to indicate that the password requires
changing or is not string enough |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.