Class SecureClientAuthenticatorExecutor.Configuration

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

public static class SecureClientAuthenticatorExecutor.Configuration extends ClientPolicyExecutorConfigurationRepresentation
  • Field Details

    • allowedClientAuthenticators

      protected List<String> allowedClientAuthenticators
    • defaultClientAuthenticator

      protected String defaultClientAuthenticator
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • getAllowedClientAuthenticators

      public List<String> getAllowedClientAuthenticators()
    • setAllowedClientAuthenticators

      public void setAllowedClientAuthenticators(List<String> allowedClientAuthenticators)
    • getDefaultClientAuthenticator

      public String getDefaultClientAuthenticator()
    • setDefaultClientAuthenticator

      public void setDefaultClientAuthenticator(String defaultClientAuthenticator)