Class SecureClientUrisExecutor.Configuration
java.lang.Object
org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
org.keycloak.services.clientpolicy.executor.SecureClientUrisExecutor.Configuration
- Enclosing class:
- SecureClientUrisExecutor
public static class SecureClientUrisExecutor.Configuration
extends ClientPolicyExecutorConfigurationRepresentation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAllowHttpOnLocalhost(boolean allowHttpOnLocalhost) Methods inherited from class org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
getConfigAsMap, setConfigAsMap, validateConfig
-
Field Details
-
allowHttpOnLocalhost
protected boolean allowHttpOnLocalhost
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getAllowHttpOnLocalhost
public boolean getAllowHttpOnLocalhost() -
setAllowHttpOnLocalhost
public void setAllowHttpOnLocalhost(boolean allowHttpOnLocalhost)
-