Package io.quarkus.keycloak.pep.runtime
Interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.MethodConfig
- Enclosing interface:
- KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer
public static interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.MethodConfig
-
Method Summary
Modifier and TypeMethodDescriptionmethod()The name of the HTTP methodscopes()An array of strings with the scopes associated with the methodorg.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementModeA string referencing the enforcement mode for the scopes associated with a method
-
Method Details
-
method
String method()The name of the HTTP method -
scopes
An array of strings with the scopes associated with the method -
scopesEnforcementMode
@WithDefault("all") org.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementMode scopesEnforcementMode()A string referencing the enforcement mode for the scopes associated with a method
-