Uses of Interface
org.apache.cxf.sts.claims.ClaimsMapper
-
Packages that use ClaimsMapper Package Description org.apache.cxf.sts.claims.mapper org.apache.cxf.sts.token.realm -
-
Uses of ClaimsMapper in org.apache.cxf.sts.claims.mapper
Classes in org.apache.cxf.sts.claims.mapper that implement ClaimsMapper Modifier and Type Class Description classJexlClaimsMapperclassPassThroughClaimsMapperA test implementation of IdentityMapper. -
Uses of ClaimsMapper in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm that return ClaimsMapper Modifier and Type Method Description ClaimsMapperRelationship. getClaimsMapper()Methods in org.apache.cxf.sts.token.realm with parameters of type ClaimsMapper Modifier and Type Method Description voidRelationship. setClaimsMapper(ClaimsMapper claimsMapper)
-