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