mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Added javadoc
This commit is contained in:
parent
773a0d6969
commit
3487da0e85
@ -48,7 +48,7 @@ public interface PasswordEncoder {
|
|||||||
* @param salt optionally used by the implementation to "salt" the raw password before encoding. A
|
* @param salt optionally used by the implementation to "salt" the raw password before encoding. A
|
||||||
* <code>null</code> value is legal.
|
* <code>null</code> value is legal.
|
||||||
*
|
*
|
||||||
* @return DOCUMENT ME!
|
* @return encoded password
|
||||||
*
|
*
|
||||||
* @throws DataAccessException DOCUMENT ME!
|
* @throws DataAccessException DOCUMENT ME!
|
||||||
*/
|
*/
|
||||||
@ -67,7 +67,7 @@ public interface PasswordEncoder {
|
|||||||
* @param salt optionally used by the implementation to "salt" the raw password before encoding. A
|
* @param salt optionally used by the implementation to "salt" the raw password before encoding. A
|
||||||
* <code>null</code> value is legal.
|
* <code>null</code> value is legal.
|
||||||
*
|
*
|
||||||
* @return DOCUMENT ME!
|
* @return true if the password is valid , false otherwise
|
||||||
*
|
*
|
||||||
* @throws DataAccessException DOCUMENT ME!
|
* @throws DataAccessException DOCUMENT ME!
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user