| Home >> All >> org >> acegisecurity >> providers >> [ encoding Javadoc ] |
org.acegisecurity.providers.encoding: Javadoc index of package org.acegisecurity.providers.encoding.
Package Samples:
org.acegisecurity.providers.encoding
Classes:
ShaPasswordEncoder: SHA implementation of PasswordEncoder. If a null password is presented, it will be treated as an empty String ("") password. As SHA is a one-way hash, the salt can contain any characters.
Md5PasswordEncoder: MD5 implementation of PasswordEncoder. If a null password is presented, it will be treated as an empty String ("") password. As MD5 is a one-way hash, the salt can contain any characters.
PlaintextPasswordEncoder: Plaintext implementation of PasswordEncoder. As callers may wish to extract the password and salts separately from the encoded password, the salt must not contain reserved characters (specifically '{' and '}').
PasswordEncoder: Interface for performing authentication operations on a password.
BaseDigestPasswordEncoder: Convenience base for digest password encoders.
BasePasswordEncoder: Convenience base for all password encoders.
| Home | Contact Us | Privacy Policy | Terms of Service |