Lines Matching defs:ReplayPasswd

25  * $Id: ReplayPasswd.java,v 1.6 2009/11/04 22:50:35 manish_rustagi Exp $
74 public class ReplayPasswd implements AMPostAuthProcessInterface {
100 private static Debug debug = Debug.getInstance("ReplayPasswd");
117 debug.message("ReplayPasswd.onLoginSuccess: request is not available, password is not saved.");
122 debug.message("ReplayPasswd.onLoginSuccess called: Req:" + request.getRequestURL());
127 debug.warning("ReplayPasswd: unable to get user password as requestParamsMap is null");
135 debug.warning("ReplayPasswd: unable to set encrypted Password as encrypted value is empty");
138 debug.warning("ReplayPasswd: unable to get user password to encrypt");
162 debug.message("ReplayPasswd.onLoginSuccess: " + strAttributeName + "=" + strAttributeValue);
167 debug.message("ReplayPasswd.onLoginSuccess: Replay password concluded successfully");
170 debug.error("ReplayPasswd.onLoginSuccess: IOException while fetching user attributes: " + ire);
172 debug.error("ReplayPasswd.onLoginSuccess: NoSuchAlgorithmException"
175 debug.error("ReplayPasswd.onLoginSuccess: InvalidKeyException "
178 debug.error("ReplayPasswd.onLoginSuccess:IllegalBlockSizeException"
181 debug.error("ReplayPasswd.onLoginSuccess: NoSuchPaddingException "
184 debug.error("ReplayPasswd.onLoginSuccess: BadPaddingException "
187 debug.error("ReplayPasswd.onLoginSuccess: SSOException while setting session password property: "
202 debug.message("ReplayPasswd.onLoginFailure: called");
215 debug.message("ReplayPasswd.onLogout called");
235 debug.message("ReplayPasswd.encodePassword: cannot encode password, Replay PaswordKey is empty");