com.ca.jcs
Interface PasswordChangeObserver


public interface PasswordChangeObserver

Interface for an observer of JCS admin password changes.

Author:
fittr01

Method Summary
 void afterPasswordChange(String newPassword)
          Method called after modifying the JCS admin password.
 void beforePasswordChange(String newPassword)
          Method called before modifying the JCS admin password.
 

Method Detail

beforePasswordChange

void beforePasswordChange(String newPassword)
                          throws NamingException
Method called before modifying the JCS admin password.

Parameters:
newPassword - the new admin password.
Throws:
NamingException - to be thrown if the modify should not occur.

afterPasswordChange

void afterPasswordChange(String newPassword)
Method called after modifying the JCS admin password.

Parameters:
newPassword - the new admin password.


Created 2011-07-14 13:27 EST