Package | Description |
---|---|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.providers.encoding |
Password encoding implementations.
|
org.acegisecurity.providers.ldap.authenticator |
LDAP authenticator implementations.
|
Modifier and Type | Method and Description |
---|---|
PasswordEncoder |
DaoAuthenticationProvider.getPasswordEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
DaoAuthenticationProvider.setPasswordEncoder(PasswordEncoder passwordEncoder)
Sets the PasswordEncoder instance to be used to encode and validate
passwords.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDigestPasswordEncoder
Convenience base for digest password encoders.
|
class |
BasePasswordEncoder
Convenience base for all password encoders.
|
class |
Md5PasswordEncoder
MD5 implementation of PasswordEncoder.
|
class |
MessageDigestPasswordEncoder
Base for digest password encoders.
|
class |
PlaintextPasswordEncoder
Plaintext implementation of PasswordEncoder.
|
class |
ShaPasswordEncoder
SHA implementation of PasswordEncoder.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapShaPasswordEncoder
A version of
ShaPasswordEncoder which supports Ldap SHA and SSHA (salted-SHA) encodings. |
Modifier and Type | Method and Description |
---|---|
void |
PasswordComparisonAuthenticator.setPasswordEncoder(PasswordEncoder passwordEncoder) |
Copyright © 2016. All rights reserved.