Interface ConfigurationResolver


public interface ConfigurationResolver
Resolves a PolicyEnforcerConfig based on the information from the HttpRequest.

Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.representations.adapters.config.PolicyEnforcerConfig
    Resolves a PolicyEnforcerConfig based on the information from the HttpRequest.
  • Method Details

    • resolve

      org.keycloak.representations.adapters.config.PolicyEnforcerConfig resolve(HttpRequest request)
      Resolves a PolicyEnforcerConfig based on the information from the HttpRequest.
      Parameters:
      request - the request
      Returns:
      the policy enforcer configuration for the given request