Package 

Class SessionUtils

    • Method Summary

      Modifier and Type Method Description
      static 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
    • Method Detail

      • generateRandomAlphaNumericString

         static String generateRandomAlphaNumericString(intĀ length)

        Generates a random alpha numeric string.

        Parameters:
        length - the desired length of the generated string.