Uses of Interface
org.apache.cxf.sts.IdentityMapper
Packages that use IdentityMapper
Package
Description
-
Uses of IdentityMapper in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return IdentityMapperModifier and TypeMethodDescriptionStaticSTSProperties.getIdentityMapper()Get the IdentityMapper object to use.STSPropertiesMBean.getIdentityMapper()Get the IdentityMapper object to use.Methods in org.apache.cxf.sts with parameters of type IdentityMapperModifier and TypeMethodDescriptionvoidStaticSTSProperties.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 IdentityMapperModifier and TypeClassDescriptionclassclassA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.classA 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 IdentityMapperModifierConstructorDescriptionAbstractIdentityCache(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 IdentityMapperMethods in org.apache.cxf.sts.claims with parameters of type IdentityMapperModifier and TypeMethodDescriptionvoidClaimsManager.setIdentityMapper(IdentityMapper identityMapper) -
Uses of IdentityMapper in org.apache.cxf.sts.token.realm
Methods in org.apache.cxf.sts.token.realm that return IdentityMapperMethods in org.apache.cxf.sts.token.realm with parameters of type IdentityMapperModifier and TypeMethodDescriptionvoidRelationship.setIdentityMapper(IdentityMapper identityMapper)