Uses of Interface
eTextReader.authentication.PasswordPolicy

Packages that use PasswordPolicy
eTextReader.authentication This package provides a mechanism for the eTextReader application to support a variety of authentication mechanisms. 
eTextReader.clientInterface   
 

Uses of PasswordPolicy in eTextReader.authentication
 

Classes in eTextReader.authentication that implement PasswordPolicy
 class CompoundPolicy
           This class provides a mechanism by which two or more other PasswordPolicy implementations can be combined using a Boolean AND operation.
 class MinimumLengthPolicy
          This class implements a password policy that requires a minimum length password to be supplied.
 

Fields in eTextReader.authentication with type parameters of type PasswordPolicy
private  java.util.List<PasswordPolicy> CompoundPolicy.policies
           
 

Constructors in eTextReader.authentication with parameters of type PasswordPolicy
CompoundPolicy(PasswordPolicy policy1, PasswordPolicy policy2)
           Constructs a CompoundPolicy that combines two other policy objects.
 

Constructor parameters in eTextReader.authentication with type arguments of type PasswordPolicy
CompoundPolicy(java.util.List<PasswordPolicy> policies)
           
 

Uses of PasswordPolicy in eTextReader.clientInterface
 

Methods in eTextReader.clientInterface with parameters of type PasswordPolicy
 DBClient.NEW_USER_STATUS DBClient.createNewUser(java.lang.String userName, java.lang.String password, PasswordPolicy policy)
          Creates a new user with the given user name and password, if it doesn't already exist