Class HttpClaimInformationPointProvider
- java.lang.Object
-
- org.keycloak.adapters.authorization.cip.HttpClaimInformationPointProvider
-
- All Implemented Interfaces:
ClaimInformationPointProvider
public class HttpClaimInformationPointProvider extends Object implements ClaimInformationPointProvider
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description HttpClaimInformationPointProvider(Map<String,Object> config, org.apache.http.client.HttpClient httpClient)
-
-
-
Method Detail
-
resolve
public Map<String,List<String>> resolve(HttpRequest request)
- Specified by:
resolvein interfaceClaimInformationPointProvider
-
-