Package org.apache.cxf.sts.claims.mapper
Class PassThroughClaimsMapper
java.lang.Object
org.apache.cxf.sts.claims.mapper.PassThroughClaimsMapper
- All Implemented Interfaces:
ClaimsMapper
A test implementation of IdentityMapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) Map a collection of claims in the source realm to the target realm
-
Constructor Details
-
PassThroughClaimsMapper
public PassThroughClaimsMapper()
-
-
Method Details
-
mapClaims
public ProcessedClaimCollection mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) Description copied from interface:ClaimsMapperMap a collection of claims in the source realm to the target realm- Specified by:
mapClaimsin interfaceClaimsMapper- Parameters:
sourceRealm- the source realm of the PrincipalsourceClaims- the claims collection in the source realmtargetRealm- the target realm of the Principal- Returns:
- claims collection of the target realm
-