Interface ConfigurationResolver
-
public interface ConfigurationResolverResolves aPolicyEnforcerConfigbased on the information from theHttpRequest.- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.keycloak.representations.adapters.config.PolicyEnforcerConfigresolve(HttpRequest request)Resolves aPolicyEnforcerConfigbased on the information from theHttpRequest.
-
-
-
Method Detail
-
resolve
org.keycloak.representations.adapters.config.PolicyEnforcerConfig resolve(HttpRequest request)
Resolves aPolicyEnforcerConfigbased on the information from theHttpRequest.- Parameters:
request- the request- Returns:
- the policy enforcer configuration for the given request
-
-