Class SecureResponseTypeExecutor.Configuration

java.lang.Object
org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
org.keycloak.services.clientpolicy.executor.SecureResponseTypeExecutor.Configuration
Enclosing class:
SecureResponseTypeExecutor

public static class SecureResponseTypeExecutor.Configuration extends ClientPolicyExecutorConfigurationRepresentation
  • Field Details

    • autoConfigure

      protected Boolean autoConfigure
    • allowTokenResponseType

      protected Boolean allowTokenResponseType
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • isAutoConfigure

      public Boolean isAutoConfigure()
    • setAutoConfigure

      public void setAutoConfigure(Boolean autoConfigure)
    • isAllowTokenResponseType

      public Boolean isAllowTokenResponseType()
    • setAllowTokenResponseType

      public void setAllowTokenResponseType(Boolean allowTokenResponseType)