Class SecureRandomUtils
java.lang.Object
org.apache.syncope.core.spring.security.SecureRandomUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgenerateRandomInt(int startInclusive, int endExclusive) static Stringstatic StringgenerateRandomLetters(int length) static StringgenerateRandomNonAlphanumericChar(char[] characters) static Stringstatic StringgenerateRandomPassword(int tokenLength) static UUIDstatic 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()
-