Interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.MethodConfig

Enclosing interface:
KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer

public static interface KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.MethodConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the HTTP method
    An array of strings with the scopes associated with the method
    org.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementMode
    A string referencing the enforcement mode for the scopes associated with a method
  • Method Details

    • method

      String method()
      The name of the HTTP method
    • scopes

      List<String> 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