Interface ConfigurationResolver


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

    Author:
    Pedro Igor
    • Method Detail

      • 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