Uses of Class
org.apache.cxf.sts.claims.ProcessedClaim
-
Packages that use ProcessedClaim Package Description org.apache.cxf.sts.claims org.apache.cxf.sts.claims.mapper -
-
Uses of ProcessedClaim in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return ProcessedClaim Modifier and Type Method Description ProcessedClaimProcessedClaim. 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 ProcessedClaim Modifier and Type Method Description protected 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 Constructor Description ProcessedClaim(ProcessedClaim processedClaim) -
Uses of ProcessedClaim in org.apache.cxf.sts.claims.mapper
Methods in org.apache.cxf.sts.claims.mapper that return ProcessedClaim Modifier and Type Method Description ProcessedClaimClaimUtils. create(String processedClaimTypeURI, String... values)ProcessedClaimClaimUtils. distinctValues(ProcessedClaim processedClaim)This function removes duplicated values.ProcessedClaimClaimUtils. filterValues(ProcessedClaim processedClaim, String filter)Filtering all values from the given claim according to the provided regex filter.ProcessedClaimClaimUtils. get(ProcessedClaimCollection processedClaims, String processedClaimType)ProcessedClaimClaimUtils. lowerCaseValues(ProcessedClaim processedClaim)ProcessedClaimClaimUtils. mapValues(ProcessedClaim processedClaim, Map<Object,Object> mapping, boolean keepUnmapped)Mapping all values from the given claim according to the provided map.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.ProcessedClaimClaimUtils. 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.ProcessedClaimClaimUtils. setType(ProcessedClaim processedClaim, String processedClaimTypeURI)ProcessedClaimClaimUtils. singleToMultiValue(ProcessedClaim processedClaim, String delimiter)This function is especially useful if multi values from a claim are stored within a single value entry.ProcessedClaimClaimUtils. upperCaseValues(ProcessedClaim processedClaim)ProcessedClaimClaimUtils. wrapValues(ProcessedClaim processedClaim, String prefix, String suffix)Methods in org.apache.cxf.sts.claims.mapper with parameters of type ProcessedClaim Modifier and Type Method Description ProcessedClaimCollectionClaimUtils. add(ProcessedClaimCollection collection, ProcessedClaim... claims)ProcessedClaimClaimUtils. distinctValues(ProcessedClaim processedClaim)This function removes duplicated values.ProcessedClaimClaimUtils. filterValues(ProcessedClaim processedClaim, String filter)Filtering all values from the given claim according to the provided regex filter.ProcessedClaimClaimUtils. lowerCaseValues(ProcessedClaim processedClaim)ProcessedClaimClaimUtils. mapValues(ProcessedClaim processedClaim, Map<Object,Object> mapping, boolean keepUnmapped)Mapping all values from the given claim according to the provided map.ProcessedClaimClaimUtils. 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.ProcessedClaimClaimUtils. setType(ProcessedClaim processedClaim, String processedClaimTypeURI)ProcessedClaimClaimUtils. singleToMultiValue(ProcessedClaim processedClaim, String delimiter)This function is especially useful if multi values from a claim are stored within a single value entry.ProcessedClaimClaimUtils. upperCaseValues(ProcessedClaim processedClaim)ProcessedClaimClaimUtils. wrapValues(ProcessedClaim processedClaim, String prefix, String suffix)
-