public class PassThroughClaimsMapper extends Object implements ClaimsMapper
Constructor and Description |
---|
PassThroughClaimsMapper() |
Modifier and Type | Method and Description |
---|---|
ProcessedClaimCollection |
mapClaims(String sourceRealm,
ProcessedClaimCollection sourceClaims,
String targetRealm,
ClaimsParameters parameters)
Map a collection of claims in the source realm to the target realm
|
public ProcessedClaimCollection mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)
ClaimsMapper
mapClaims
in interface ClaimsMapper
sourceRealm
- the source realm of the PrincipalsourceClaims
- the claims collection in the source realmtargetRealm
- the target realm of the PrincipalApache CXF