| Interface | Description |
|---|---|
| PasswordEncryptor |
Strategy used for encrypting and matching encrypted passwords.
|
| UserManagerFactory |
Interface for user manager factories
|
| Class | Description |
|---|---|
| AnonymousAuthentication |
Class representing an anonymous authentication attempt
|
| ClearTextPasswordEncryptor |
Password encryptor that does no encryption, that is, keps the
password in clear text
|
| DbUserManagerFactory |
Factory for database backed
UserManager instances. |
| Md5PasswordEncryptor |
Password encryptor that hashes the password using MD5.
|
| PropertiesUserManagerFactory |
Factory for the properties file based
UserManager implementation. |
| SaltedPasswordEncryptor |
Password encryptor that hashes a salt together with the password using MD5.
|
| UserFactory |
Factory for
User instances. |
| UsernamePasswordAuthentication |
Class representing a normal authentication attempt using username and
password
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.