public class StaticClaimsHandler extends Object implements ClaimsHandler
Constructor and Description |
---|
StaticClaimsHandler() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getGlobalClaims() |
List<String> |
getSupportedClaimTypes() |
ProcessedClaimCollection |
retrieveClaimValues(org.apache.cxf.rt.security.claims.ClaimCollection claims,
ClaimsParameters parameters) |
void |
setGlobalClaims(Map<String,String> globalClaims) |
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.