public class SessionUtils extends Object
| Constructor and Description |
|---|
SessionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateRandomAlphaNumericString(int length)
Generates a random alpha numeric string.
|
public static String generateRandomAlphaNumericString(int length)
length - the desired length of the generated string.