public class StaticEndpointClaimsHandler extends Object implements ClaimsHandler
Constructor and Description |
---|
StaticEndpointClaimsHandler() |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,String>> |
getEndpointClaims() |
List<String> |
getSupportedClaimTypes() |
ProcessedClaimCollection |
retrieveClaimValues(org.apache.cxf.rt.security.claims.ClaimCollection claims,
ClaimsParameters parameters) |
void |
setEndpointClaims(Map<String,Map<String,String>> userClaims) |
void |
setSupportedClaims(List<String> supportedClaims) |
public List<String> getSupportedClaimTypes()
getSupportedClaimTypes
in interface ClaimsHandler
public ProcessedClaimCollection retrieveClaimValues(org.apache.cxf.rt.security.claims.ClaimCollection claims, ClaimsParameters parameters)
retrieveClaimValues
in interface ClaimsHandler
Copyright © 2021 JBoss by Red Hat. All rights reserved.