Uses of Class
org.apache.cxf.sts.claims.ProcessedClaimCollection
-
Packages that use ProcessedClaimCollection Package Description org.apache.cxf.sts.claims org.apache.cxf.sts.claims.mapper -
-
Uses of ProcessedClaimCollection in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims with parameters of type ProcessedClaimCollection Modifier and Type Method Description ProcessedClaimCollectionClaimsMapper. mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)Map a collection of claims in the source realm to the target realm -
Uses of ProcessedClaimCollection in org.apache.cxf.sts.claims.mapper
Methods in org.apache.cxf.sts.claims.mapper that return ProcessedClaimCollection Modifier and Type Method Description ProcessedClaimCollectionClaimUtils. add(ProcessedClaimCollection collection, ProcessedClaim... claims)ProcessedClaimCollectionClaimUtils. add(ProcessedClaimCollection collection, ProcessedClaimCollection... claimCollections)ProcessedClaimCollectionJexlClaimsMapper. mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)ProcessedClaimCollectionPassThroughClaimsMapper. mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)ProcessedClaimCollectionClaimUtils. mapType(ProcessedClaimCollection processedClaims, Map<String,String> map, boolean keepUnmapped)ProcessedClaimCollectionClaimUtils. removeEmptyClaims(ProcessedClaimCollection processedClaims)Removes Claims without values.ProcessedClaimCollectionClaimUtils. 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.Methods in org.apache.cxf.sts.claims.mapper with parameters of type ProcessedClaimCollection Modifier and Type Method Description ProcessedClaimCollectionClaimUtils. add(ProcessedClaimCollection collection, ProcessedClaim... claims)ProcessedClaimCollectionClaimUtils. add(ProcessedClaimCollection collection, ProcessedClaimCollection... claimCollections)ProcessedClaimClaimUtils. get(ProcessedClaimCollection processedClaims, String processedClaimType)ProcessedClaimCollectionJexlClaimsMapper. mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)ProcessedClaimCollectionPassThroughClaimsMapper. mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters)ProcessedClaimCollectionClaimUtils. mapType(ProcessedClaimCollection processedClaims, Map<String,String> map, boolean keepUnmapped)ProcessedClaimClaimUtils. 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.ProcessedClaimCollectionClaimUtils. removeEmptyClaims(ProcessedClaimCollection processedClaims)Removes Claims without values.ProcessedClaimCollectionClaimUtils. 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.
-