Class StringUtils.RandomSetGenerator

java.lang.Object
co.ecg.alpaca.commons.formatting.StringUtils.RandomSetGenerator
Enclosing class:
StringUtils

public static class StringUtils.RandomSetGenerator
extends java.lang.Object
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

    Fields 
    Modifier and Type Field Description
    static char[] ALPHA  
    static char[] LOWERALPHA  
    static char[] NONALPHANUMERIC  
    static char[] NUMERIC  
    static char[] UPPERALPHA  
  • Constructor Summary

    Constructors 
    Constructor Description
    RandomSetGenerator()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String generateListOfCharacters​(char[] charset, int length)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait