Interface ConfigurationResolver
public interface ConfigurationResolver
Resolves a
PolicyEnforcerConfig based on the information from the HttpRequest.- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionorg.keycloak.representations.adapters.config.PolicyEnforcerConfigresolve(HttpRequest request) Resolves aPolicyEnforcerConfigbased on the information from theHttpRequest.
-
Method Details
-
resolve
Resolves aPolicyEnforcerConfigbased on the information from theHttpRequest.- Parameters:
request- the request- Returns:
- the policy enforcer configuration for the given request
-