Class KeycloakPolicyEnforcerTenantConfig.KeycloakConfigPolicyEnforcer.MethodConfig

    • Field Detail

      • method

        @ConfigItem
        public String method
        The name of the HTTP method
      • scopes

        @ConfigItem
        public List<String> scopes
        An array of strings with the scopes associated with the method
      • scopesEnforcementMode

        @ConfigItem(defaultValue="all")
        public org.keycloak.representations.adapters.config.PolicyEnforcerConfig.ScopeEnforcementMode scopesEnforcementMode
        A string referencing the enforcement mode for the scopes associated with a method
    • Constructor Detail

      • MethodConfig

        public MethodConfig()