See: Description
Interface | Description |
---|---|
ManagedPasswordStorageScheme<T extends Password> |
This interface defines a managed password storage scheme.
|
Password |
The root interface of all supported passwords.
|
PasswordStorageSchemeConfiguration |
This interface defines the configuration of a password storage scheme.
|
Class | Description |
---|---|
AbstractPasswordStorageScheme<T extends Password> |
This class provides a skeletal implementation to minimize the effort to implement a user-defined password storage scheme.
|
AuthPassword |
An auth password as defined by RFC 3112.
|
UserPassword |
A user password as defined by RFC 2256.
|
Exception | Description |
---|---|
PasswordStorageSchemeException |
This class defines the root of exceptions thrown by password storage schemes.
|