Uses of Interface
org.apache.cxf.sts.IdentityMapper
-
Packages that use IdentityMapper Package Description org.apache.cxf.sts org.apache.cxf.sts.cache org.apache.cxf.sts.claims org.apache.cxf.sts.token.realm -
-
Uses of IdentityMapper in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return IdentityMapper Modifier and Type Method Description IdentityMapperStaticSTSProperties. getIdentityMapper()Get the IdentityMapper object to use.IdentityMapperSTSPropertiesMBean. getIdentityMapper()Get the IdentityMapper object to use.Methods in org.apache.cxf.sts with parameters of type IdentityMapper Modifier and Type Method Description voidStaticSTSProperties. setIdentityMapper(IdentityMapper identityMapper)Set the IdentityMapper object to use.voidSTSPropertiesMBean. setIdentityMapper(IdentityMapper identityMapper)Set the IdentityMapper object to use. -
Uses of IdentityMapper in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache that implement IdentityMapper Modifier and Type Class Description classAbstractIdentityCacheclassEHCacheIdentityCacheA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.classMemoryIdentityCacheA simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.Constructors in org.apache.cxf.sts.cache with parameters of type IdentityMapper Constructor Description AbstractIdentityCache(Bus bus, IdentityMapper identityMapper)AbstractIdentityCache(IdentityMapper identityMapper)EHCacheIdentityCache(IdentityMapper identityMapper, String key, Bus b, URL configFileURL)EHCacheIdentityCache(IdentityMapper identityMapper, Bus b)MemoryIdentityCache(Bus bus, IdentityMapper identityMapper)MemoryIdentityCache(IdentityMapper identityMapper) -
Uses of IdentityMapper in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return IdentityMapper Modifier and Type Method Description IdentityMapperClaimsManager. getIdentityMapper()Methods in org.apache.cxf.sts.claims with parameters of type IdentityMapper Modifier and Type Method Description voidClaimsManager. setIdentityMapper(IdentityMapper identityMapper) -
Uses of IdentityMapper in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm that return IdentityMapper Modifier and Type Method Description IdentityMapperRelationship. getIdentityMapper()Methods in org.apache.cxf.sts.token.realm with parameters of type IdentityMapper Modifier and Type Method Description voidRelationship. setIdentityMapper(IdentityMapper identityMapper)
-