Package org.keycloak.common.util
Class RandomString
- java.lang.Object
-
- org.keycloak.common.util.RandomString
-
@Deprecated public class RandomString extends Object
Deprecated.Replaced bySecretGenerator
-
-
Constructor Summary
Constructors Constructor Description RandomString()
Deprecated.Create session identifiers.RandomString(int length)
Deprecated.Create an alphanumeric strings from a secure generator.RandomString(int length, Random random)
Deprecated.Create an alphanumeric string generator.RandomString(int length, Random random, String symbols)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
nextString()
Deprecated.Generate a random string.static String
randomCode(int length)
Deprecated.
-
-
-
Field Detail
-
upper
public static final String upper
Deprecated.- See Also:
- Constant Field Values
-
lower
public static final String lower
Deprecated.
-
digits
public static final String digits
Deprecated.- See Also:
- Constant Field Values
-
alphanum
public static final String alphanum
Deprecated.
-
-
Constructor Detail
-
RandomString
public RandomString(int length, Random random)
Deprecated.Create an alphanumeric string generator.
-
RandomString
public RandomString(int length)
Deprecated.Create an alphanumeric strings from a secure generator.
-
RandomString
public RandomString()
Deprecated.Create session identifiers.
-
-