com.sun.identity.password.plugins
Interface PasswordGenerator


public interface PasswordGenerator

PasswordGenerator defines a set of methods that are required to generate a new password for a user.


Method Summary
 java.lang.String generatePassword(AMUser user)
          Generates new password for user
 

Method Detail

generatePassword

public java.lang.String generatePassword(AMUser user)
                                  throws PWResetException
Generates new password for user
Parameters:
user - AMUser object
Returns:
new password for user
Throws:
PWResetException - if password cannot be generated.