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(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(ClaimCollection claims, ClaimsParameters parameters)
retrieveClaimValues
in interface ClaimsHandler
Apache CXF