Apache CXF API

Uses of Interface
org.apache.cxf.sts.cache.IdentityCache

Packages that use IdentityCache
org.apache.cxf.sts.cache   
 

Uses of IdentityCache in org.apache.cxf.sts.cache
 

Classes in org.apache.cxf.sts.cache that implement IdentityCache
 class EHCacheIdentityCache
          A EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.
 class MemoryIdentityCache
          A simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.
 


Apache CXF API

Apache CXF