java.lang.Object | |
↳ | org.springframework.security.authentication.dao.SystemWideSaltSource |
Uses a static system-wide String
as the salt.
Does not supply a different salt for each User
. This means users sharing the same password will still have the same digested
password. Of benefit is the digested passwords will at least be more protected than if stored without any salt.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the salt to use for the indicated user.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||
From interface
org.springframework.security.authentication.dao.SaltSource
|
Returns the salt to use for the indicated user.
user | from the AuthenticationDao |
---|
UserDetails