Package | Description |
---|---|
org.apache.cxf.sts.claims | |
org.apache.cxf.sts.claims.mapper |
Modifier and Type | Method and Description |
---|---|
ProcessedClaimCollection |
ClaimsMapper.mapClaims(String sourceRealm,
ProcessedClaimCollection sourceClaims,
String targetRealm,
ClaimsParameters parameters)
Map a collection of claims in the source realm to the target realm
|
Modifier and Type | Method and Description |
---|---|
ProcessedClaimCollection |
ClaimUtils.add(ProcessedClaimCollection collection,
ProcessedClaim... claims) |
ProcessedClaimCollection |
ClaimUtils.add(ProcessedClaimCollection collection,
ProcessedClaimCollection... claimCollections) |
ProcessedClaimCollection |
JexlClaimsMapper.mapClaims(String sourceRealm,
ProcessedClaimCollection sourceClaims,
String targetRealm,
ClaimsParameters parameters) |
ProcessedClaimCollection |
ClaimUtils.mapType(ProcessedClaimCollection processedClaims,
Map<String,String> map,
boolean keepUnmapped) |
ProcessedClaimCollection |
ClaimUtils.removeEmptyClaims(ProcessedClaimCollection processedClaims)
Removes Claims without values.
|
ProcessedClaimCollection |
ClaimUtils.updateIssuer(ProcessedClaimCollection processedClaims,
String newIssuer)
All claims within the provided collection will be updated in the following manner: If no original
issuer is set, the issuer in the provided claims will be set as original issuer.
|
Modifier and Type | Method and Description |
---|---|
ProcessedClaimCollection |
ClaimUtils.add(ProcessedClaimCollection collection,
ProcessedClaim... claims) |
ProcessedClaimCollection |
ClaimUtils.add(ProcessedClaimCollection collection,
ProcessedClaimCollection... claimCollections) |
ProcessedClaimCollection |
ClaimUtils.add(ProcessedClaimCollection collection,
ProcessedClaimCollection... claimCollections) |
ProcessedClaim |
ClaimUtils.get(ProcessedClaimCollection processedClaims,
String processedClaimType) |
ProcessedClaimCollection |
JexlClaimsMapper.mapClaims(String sourceRealm,
ProcessedClaimCollection sourceClaims,
String targetRealm,
ClaimsParameters parameters) |
ProcessedClaimCollection |
ClaimUtils.mapType(ProcessedClaimCollection processedClaims,
Map<String,String> map,
boolean keepUnmapped) |
ProcessedClaim |
ClaimUtils.merge(ProcessedClaimCollection processedClaims,
String targetClaimType,
String delimiter,
String... processedClaimType)
Merges the first value (only) from different claim types in a collection to a new claim type separated
by the provided delimiter.
|
ProcessedClaimCollection |
ClaimUtils.removeEmptyClaims(ProcessedClaimCollection processedClaims)
Removes Claims without values.
|
ProcessedClaimCollection |
ClaimUtils.updateIssuer(ProcessedClaimCollection processedClaims,
String newIssuer)
All claims within the provided collection will be updated in the following manner: If no original
issuer is set, the issuer in the provided claims will be set as original issuer.
|
Apache CXF