Uses of Class
org.apache.cxf.sts.claims.ProcessedClaimCollection
Packages that use ProcessedClaimCollection
-
Uses of ProcessedClaimCollection in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return ProcessedClaimCollectionModifier and TypeMethodDescriptionClaimsMapper.mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) Map a collection of claims in the source realm to the target realmstatic ProcessedClaimCollectionClaimsUtils.processClaims(TokenProviderParameters providerParameters) ClaimsHandler.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) ClaimsManager.retrieveClaimValues(ClaimCollection primaryClaims, ClaimCollection secondaryClaims, ClaimsParameters parameters) ClaimsManager.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) LdapClaimsHandler.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) LdapGroupClaimsHandler.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) StaticClaimsHandler.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) StaticEndpointClaimsHandler.retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) Methods in org.apache.cxf.sts.claims with parameters of type ProcessedClaimCollectionModifier and TypeMethodDescriptionClaimsMapper.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 ProcessedClaimCollectionModifier and TypeMethodDescriptionClaimUtils.add(ProcessedClaimCollection collection, ProcessedClaim... claims) ClaimUtils.add(ProcessedClaimCollection collection, ProcessedClaimCollection... claimCollections) JexlClaimsMapper.mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) PassThroughClaimsMapper.mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) ClaimUtils.mapType(ProcessedClaimCollection processedClaims, Map<String, String> map, boolean keepUnmapped) ClaimUtils.removeEmptyClaims(ProcessedClaimCollection processedClaims) Removes Claims without values.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.Methods in org.apache.cxf.sts.claims.mapper with parameters of type ProcessedClaimCollectionModifier and TypeMethodDescriptionClaimUtils.add(ProcessedClaimCollection collection, ProcessedClaim... claims) ClaimUtils.add(ProcessedClaimCollection collection, ProcessedClaimCollection... claimCollections) ClaimUtils.get(ProcessedClaimCollection processedClaims, String processedClaimType) JexlClaimsMapper.mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) PassThroughClaimsMapper.mapClaims(String sourceRealm, ProcessedClaimCollection sourceClaims, String targetRealm, ClaimsParameters parameters) ClaimUtils.mapType(ProcessedClaimCollection processedClaims, Map<String, String> map, boolean keepUnmapped) 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.ClaimUtils.removeEmptyClaims(ProcessedClaimCollection processedClaims) Removes Claims without values.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.