Class ClientSecretConstants

java.lang.Object
org.keycloak.models.ClientSecretConstants

public class ClientSecretConstants extends Object
Author:
Marcelo Sales
  • Field Details

    • CLIENT_SECRET_ROTATION_ENABLED

      public static final String CLIENT_SECRET_ROTATION_ENABLED
      See Also:
    • CLIENT_SECRET_CREATION_TIME

      public static final String CLIENT_SECRET_CREATION_TIME
      See Also:
    • CLIENT_SECRET_EXPIRATION

      public static final String CLIENT_SECRET_EXPIRATION
      See Also:
    • CLIENT_ROTATED_SECRET

      public static final String CLIENT_ROTATED_SECRET
      See Also:
    • CLIENT_ROTATED_SECRET_CREATION_TIME

      public static final String CLIENT_ROTATED_SECRET_CREATION_TIME
      See Also:
    • CLIENT_ROTATED_SECRET_EXPIRATION_TIME

      public static final String CLIENT_ROTATED_SECRET_EXPIRATION_TIME
      See Also:
    • CLIENT_SECRET_REMAINING_EXPIRATION_TIME

      public static final String CLIENT_SECRET_REMAINING_EXPIRATION_TIME
      See Also:
    • CLIENT_SECRET_AUTHENTICATION_ALLOWED_METHOD

      public static final String 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()