public class WeakPasswordAssertionSettings extends Object
Modifier and Type | Class and Description |
---|---|
protected static interface |
WeakPasswordAssertionSettings.WeakPasswordConfigDialog |
Modifier and Type | Field and Description |
---|---|
static String |
DO_NOT_ALLOW_ALPHABETICAL_SEQUENCES |
static String |
DO_NOT_ALLOW_NUMERICAL_SEQUENCES |
static String |
DO_NOT_ALLOW_QWERTY_SEQUENCES |
static String |
DO_NOT_ALLOW_REPEATED_CHARACTERS |
static String |
MINIMUM_PASSWORD_LENGTH |
static String |
NUMBER_OF_REQUIRED_DIGIT_CHARACTERS |
static String |
NUMBER_OF_REQUIRED_LOWERCASE_CHARACTERS |
static String |
NUMBER_OF_REQUIRED_NON_ALPHA_NUMERIC_CHARACTERS |
static String |
NUMBER_OF_REQUIRED_UPPERCASE_CHARACTERS |
Constructor and Description |
---|
WeakPasswordAssertionSettings(org.apache.xmlbeans.XmlObject configuration) |
Modifier and Type | Method and Description |
---|---|
protected com.eviware.x.form.XFormDialog |
buildDialog() |
boolean |
configureSettings() |
protected org.apache.xmlbeans.XmlObject |
createConfiguration() |
org.apache.xmlbeans.XmlObject |
getConfiguration() |
List<edu.vt.middleware.password.Rule> |
getRules() |
void |
initSettings() |
public static final String MINIMUM_PASSWORD_LENGTH
public static final String DO_NOT_ALLOW_QWERTY_SEQUENCES
public static final String DO_NOT_ALLOW_ALPHABETICAL_SEQUENCES
public static final String DO_NOT_ALLOW_NUMERICAL_SEQUENCES
public static final String DO_NOT_ALLOW_REPEATED_CHARACTERS
public static final String NUMBER_OF_REQUIRED_DIGIT_CHARACTERS
public static final String NUMBER_OF_REQUIRED_NON_ALPHA_NUMERIC_CHARACTERS
public static final String NUMBER_OF_REQUIRED_UPPERCASE_CHARACTERS
public static final String NUMBER_OF_REQUIRED_LOWERCASE_CHARACTERS
public WeakPasswordAssertionSettings(org.apache.xmlbeans.XmlObject configuration)
public org.apache.xmlbeans.XmlObject getConfiguration()
public void initSettings()
protected org.apache.xmlbeans.XmlObject createConfiguration()
protected com.eviware.x.form.XFormDialog buildDialog()
public boolean configureSettings()
public List<edu.vt.middleware.password.Rule> getRules()
Copyright © 2019. All rights reserved.