Package org.keycloak.models
Class ClientSecretConstants
java.lang.Object
org.keycloak.models.ClientSecretConstants
- Author:
- Marcelo Sales
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringAttribute on the client, which specifies if client authentication is limited only to "client_secret_basic" (HTTP Basic authentication) or "client_secret_post" (Client secret sent in the request parameters).static final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_SECRET_ROTATION_ENABLED
- See Also:
-
CLIENT_SECRET_CREATION_TIME
- See Also:
-
CLIENT_SECRET_EXPIRATION
- See Also:
-
CLIENT_ROTATED_SECRET
- See Also:
-
CLIENT_ROTATED_SECRET_CREATION_TIME
- See Also:
-
CLIENT_ROTATED_SECRET_EXPIRATION_TIME
- See Also:
-
CLIENT_SECRET_REMAINING_EXPIRATION_TIME
- See Also:
-
CLIENT_SECRET_AUTHENTICATION_ALLOWED_METHOD
Attribute on the client, which specifies if client authentication is limited only to "client_secret_basic" (HTTP Basic authentication) or "client_secret_post" (Client secret sent in the request parameters). If not filled, both methods are allowed- See Also:
-
-
Constructor Details
-
ClientSecretConstants
public ClientSecretConstants()
-