Class SessionUtils


  • public class SessionUtils
    extends Object
    • Constructor Detail

      • SessionUtils

        public SessionUtils()
    • Method Detail

      • generateRandomAlphaNumericString

        public static String generateRandomAlphaNumericString​(int length)
        Generates a random alpha numeric string.
        Parameters:
        length - the desired length of the generated string.
        Returns:
        a randomly generated string with the desired number of characters.