Package org.keycloak.models
Class ClientSecretConstants
- java.lang.Object
-
- org.keycloak.models.ClientSecretConstants
-
public class ClientSecretConstants extends Object
- Author:
- Marcelo Sales
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_ROTATED_SECRET
static String
CLIENT_ROTATED_SECRET_CREATION_TIME
static String
CLIENT_ROTATED_SECRET_EXPIRATION_TIME
static String
CLIENT_SECRET_CREATION_TIME
static String
CLIENT_SECRET_EXPIRATION
static String
CLIENT_SECRET_REMAINING_EXPIRATION_TIME
static String
CLIENT_SECRET_ROTATION_ENABLED
-
Constructor Summary
Constructors Constructor Description ClientSecretConstants()
-
-
-
Field Detail
-
CLIENT_SECRET_ROTATION_ENABLED
public static final String CLIENT_SECRET_ROTATION_ENABLED
- See Also:
- Constant Field Values
-
CLIENT_SECRET_CREATION_TIME
public static final String CLIENT_SECRET_CREATION_TIME
- See Also:
- Constant Field Values
-
CLIENT_SECRET_EXPIRATION
public static final String CLIENT_SECRET_EXPIRATION
- See Also:
- Constant Field Values
-
CLIENT_ROTATED_SECRET
public static final String CLIENT_ROTATED_SECRET
- See Also:
- Constant Field Values
-
CLIENT_ROTATED_SECRET_CREATION_TIME
public static final String CLIENT_ROTATED_SECRET_CREATION_TIME
- See Also:
- Constant Field Values
-
CLIENT_ROTATED_SECRET_EXPIRATION_TIME
public static final String CLIENT_ROTATED_SECRET_EXPIRATION_TIME
- See Also:
- Constant Field Values
-
CLIENT_SECRET_REMAINING_EXPIRATION_TIME
public static final String CLIENT_SECRET_REMAINING_EXPIRATION_TIME
- See Also:
- Constant Field Values
-
-