Uses of Class
org.apache.cxf.sts.claims.ProcessedClaim
Packages that use ProcessedClaim
-
Uses of ProcessedClaim in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return ProcessedClaimModifier and TypeMethodDescriptionProcessedClaim.clone()protected ProcessedClaimLdapClaimsHandler.processClaim(Claim claim, Map<String, Attribute> ldapAttributes, Principal principal) Methods in org.apache.cxf.sts.claims that return types with arguments of type ProcessedClaimModifier and TypeMethodDescriptionprotected List<ProcessedClaim>ClaimsManager.parseClaimsInAssertion(org.opensaml.saml.saml1.core.Assertion assertion) protected List<ProcessedClaim>ClaimsManager.parseClaimsInAssertion(org.opensaml.saml.saml2.core.Assertion assertion) Constructors in org.apache.cxf.sts.claims with parameters of type ProcessedClaim -
Uses of ProcessedClaim in org.apache.cxf.sts.claims.mapper
Methods in org.apache.cxf.sts.claims.mapper that return ProcessedClaimModifier and TypeMethodDescriptionClaimUtils.distinctValues(ProcessedClaim processedClaim) This function removes duplicated values.ClaimUtils.filterValues(ProcessedClaim processedClaim, String filter) Filtering all values from the given claim according to the provided regex filter.ClaimUtils.get(ProcessedClaimCollection processedClaims, String processedClaimType) ClaimUtils.lowerCaseValues(ProcessedClaim processedClaim) ClaimUtils.mapValues(ProcessedClaim processedClaim, Map<Object, Object> mapping, boolean keepUnmapped) Mapping all values from the given claim according to the provided map.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.multiToSingleValue(ProcessedClaim processedClaim, String delimiter) This function is especially useful if values from multiple claim values need to be condensed into a single value element.ClaimUtils.setType(ProcessedClaim processedClaim, String processedClaimTypeURI) ClaimUtils.singleToMultiValue(ProcessedClaim processedClaim, String delimiter) This function is especially useful if multi values from a claim are stored within a single value entry.ClaimUtils.upperCaseValues(ProcessedClaim processedClaim) ClaimUtils.wrapValues(ProcessedClaim processedClaim, String prefix, String suffix) Methods in org.apache.cxf.sts.claims.mapper with parameters of type ProcessedClaimModifier and TypeMethodDescriptionClaimUtils.add(ProcessedClaimCollection collection, ProcessedClaim... claims) ClaimUtils.distinctValues(ProcessedClaim processedClaim) This function removes duplicated values.ClaimUtils.filterValues(ProcessedClaim processedClaim, String filter) Filtering all values from the given claim according to the provided regex filter.ClaimUtils.lowerCaseValues(ProcessedClaim processedClaim) ClaimUtils.mapValues(ProcessedClaim processedClaim, Map<Object, Object> mapping, boolean keepUnmapped) Mapping all values from the given claim according to the provided map.ClaimUtils.multiToSingleValue(ProcessedClaim processedClaim, String delimiter) This function is especially useful if values from multiple claim values need to be condensed into a single value element.ClaimUtils.setType(ProcessedClaim processedClaim, String processedClaimTypeURI) ClaimUtils.singleToMultiValue(ProcessedClaim processedClaim, String delimiter) This function is especially useful if multi values from a claim are stored within a single value entry.ClaimUtils.upperCaseValues(ProcessedClaim processedClaim) ClaimUtils.wrapValues(ProcessedClaim processedClaim, String prefix, String suffix)