Package org.apache.cxf.sts.claims.mapper
Class PassThroughClaimsMapper
- java.lang.Object
-
- org.apache.cxf.sts.claims.mapper.PassThroughClaimsMapper
-
- All Implemented Interfaces:
ClaimsMapper
public class PassThroughClaimsMapper extends Object implements ClaimsMapper
A test implementation of IdentityMapper.
-
-
Constructor Summary
Constructors Constructor Description PassThroughClaimsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessedClaimCollectionmapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)Map a collection of claims in the source realm to the target realm
-
-
-
Method Detail
-
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
-
-