Uses of Class
eTextReader.clientInterface.DBClient.NEW_USER_STATUS

Packages that use DBClient.NEW_USER_STATUS
eTextReader.clientInterface   
 

Uses of DBClient.NEW_USER_STATUS in eTextReader.clientInterface
 

Methods in eTextReader.clientInterface that return DBClient.NEW_USER_STATUS
 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
static DBClient.NEW_USER_STATUS DBClient.NEW_USER_STATUS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBClient.NEW_USER_STATUS[] DBClient.NEW_USER_STATUS.values()
          Returns an array containing the constants of this enum type, in the order they're declared.