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.
 
generatePassword
public java.lang.String generatePassword(AMUser user)
                                  throws PWResetException
- Generates new password for user- 
- Parameters:
- user-- AMUserobject
- Returns:
- new password for user
- Throws:
- PWResetException- if password cannot be generated.
 
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.