Class SessionUtils


  • public class SessionUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generateRandomAlphaNumericString​(int length)
      Generates a random alpha numeric string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionUtils

        public SessionUtils()
    • Method Detail

      • generateRandomAlphaNumericString

        public static java.lang.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.