mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Javadoc change.
This commit is contained in:
parent
e5bef3f31b
commit
c6dd545de0
@ -18,9 +18,8 @@ package org.acegisecurity.providers.ldap.authenticator;
|
|||||||
import org.acegisecurity.providers.encoding.ShaPasswordEncoder;
|
import org.acegisecurity.providers.encoding.ShaPasswordEncoder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A version of {@link ShaPasswordEncoder} which always uses
|
* A version of {@link ShaPasswordEncoder} which usesBase-64 encoding
|
||||||
* Base-64 encoding and prepends the string
|
* by default and always prepends the string "{SHA}" to the encoded hash.
|
||||||
* "{SHA}" to the encoded hash.
|
|
||||||
*
|
*
|
||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user