public class PasswordPolicy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PasswordPolicy.Error |
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_PASSWORD_MIN_DIGITS_MESSAGE |
static String |
INVALID_PASSWORD_MIN_LENGTH_MESSAGE |
static String |
INVALID_PASSWORD_MIN_LOWER_CASE_CHARS_MESSAGE |
static String |
INVALID_PASSWORD_MIN_SPECIAL_CHARS_MESSAGE |
static String |
INVALID_PASSWORD_MIN_UPPER_CASE_CHARS_MESSAGE |
static String |
INVALID_PASSWORD_NOT_USERNAME |
Constructor and Description |
---|
PasswordPolicy(String policyString) |
public static final String INVALID_PASSWORD_MIN_LENGTH_MESSAGE
public static final String INVALID_PASSWORD_MIN_DIGITS_MESSAGE
public static final String INVALID_PASSWORD_MIN_LOWER_CASE_CHARS_MESSAGE
public static final String INVALID_PASSWORD_MIN_UPPER_CASE_CHARS_MESSAGE
public static final String INVALID_PASSWORD_MIN_SPECIAL_CHARS_MESSAGE
public static final String INVALID_PASSWORD_NOT_USERNAME
public PasswordPolicy(String policyString)
Copyright © 2015. All rights reserved.