public static class KeycloakPolicyEnforcerConfig.KeycloakConfigPolicyEnforcer.MethodConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
method
The name of the HTTP method
|
List<String> |
scopes
An array of strings with the scopes associated with the method
|
org.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementMode |
scopesEnforcementMode
A string referencing the enforcement mode for the scopes associated with a method
|
| Constructor and Description |
|---|
MethodConfig() |
@ConfigItem public String method
@ConfigItem public List<String> scopes
@ConfigItem(defaultValue="all") public org.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementMode scopesEnforcementMode
Copyright © 2021 JBoss by Red Hat. All rights reserved.