Class SecureRandomUtils
java.lang.Object
org.apache.syncope.core.spring.security.SecureRandomUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
generateRandomInt
(int startInclusive, int endExclusive) static String
static String
generateRandomLetters
(int length) static String
generateRandomNonAlphanumericChar
(char[] characters) static String
static String
generateRandomPassword
(int tokenLength) static UUID
static org.passay.PasswordGenerator
-
Method Details
-
generateRandomPassword
-
generateRandomLetter
-
generateRandomLetters
-
generateRandomNumber
-
generateRandomNonAlphanumericChar
-
generateRandomInt
public static int generateRandomInt(int startInclusive, int endExclusive) -
generateRandomUUID
-
passwordGenerator
public static org.passay.PasswordGenerator passwordGenerator()
-