Package co.ecg.alpaca.commons.formatting
Class StringUtils.RandomSetGenerator
java.lang.Object
co.ecg.alpaca.commons.formatting.StringUtils.RandomSetGenerator
- Enclosing class:
StringUtils
Class to Handle Generation of Random Sets of BroadWorks Valid Characters
AL-674 Each character in the Password must be either a letter, a digit, a single quote, or one of the following characters: # @ $ % & + - / = ? ; . | _ ~ ! ` ^ { }.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic char[]static char[]static char[]static char[]static char[]static char[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateListOfCharacters(char[] charset, int length)
-
Field Details
-
NONALPHANUMERIC
public static char[] NONALPHANUMERIC -
NUMERIC
public static char[] NUMERIC -
LOWERALPHA
public static char[] LOWERALPHA -
UPPERALPHA
public static char[] UPPERALPHA -
ALPHA
public static char[] ALPHA -
ALPHANUMERIC
public static char[] ALPHANUMERIC
-
-
Constructor Details
-
RandomSetGenerator
public RandomSetGenerator()
-
-
Method Details
-
generateListOfCharacters
-