public class AuthPlain extends Object implements AuthStrategy
| Constructor and Description |
|---|
AuthPlain() |
public boolean validate(String suppliedPassword, String userPassword)
validate in interface AuthStrategysuppliedPassword - the supplied passworduserPassword - the user passwordpublic String crypt(String suppliedPassword)
AuthStrategycrypt in interface AuthStrategyCopyright © 2014 JDAL. All Rights Reserved.