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 Summary
Fields Modifier and Type Field Description protected List<String>
allowedClientAuthenticators
protected String
defaultClientAuthenticator
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAllowedClientAuthenticators()
String
getDefaultClientAuthenticator()
void
setAllowedClientAuthenticators(List<String> allowedClientAuthenticators)
void
setDefaultClientAuthenticator(String defaultClientAuthenticator)
-
Methods inherited from class org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
getConfigAsMap, setConfigAsMap, validateConfig
-
-
-
-
Method Detail
-
setAllowedClientAuthenticators
public void setAllowedClientAuthenticators(List<String> allowedClientAuthenticators)
-
getDefaultClientAuthenticator
public String getDefaultClientAuthenticator()
-
setDefaultClientAuthenticator
public void setDefaultClientAuthenticator(String defaultClientAuthenticator)
-
-