| Package | Description |
|---|---|
| org.springframework.security.authentication.dao |
An
AuthenticationProvider which relies upon a data access object. |
| org.springframework.security.authentication.encoding |
Password encoding implementations.
|
| org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
| Class and Description |
|---|
| PasswordEncoder
Deprecated.
It is recommended to use
PasswordEncoder
instead which better accommodates best practice of randomly
generated salt that is included with the password. |
| Class and Description |
|---|
| BaseDigestPasswordEncoder
Convenience base for digest password encoders.
|
| BasePasswordEncoder
Convenience base for all password encoders.
|
| MessageDigestPasswordEncoder
Base for digest password encoders.
|
| PasswordEncoder
Deprecated.
It is recommended to use
PasswordEncoder
instead which better accommodates best practice of randomly
generated salt that is included with the password. |
| Class and Description |
|---|
| PasswordEncoder
Deprecated.
It is recommended to use
PasswordEncoder
instead which better accommodates best practice of randomly
generated salt that is included with the password. |
Copyright © 2015. All rights reserved.