public interface PasswordEncryptor
Modifier and Type | Method and Description |
---|---|
String |
encrypt(String password)
Encrypts the password
|
boolean |
matches(String passwordToCheck,
String storedPassword)
Matches an encrypted password with that stored
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.