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