Class MemoryIdentityCache

  • All Implemented Interfaces:
    org.apache.cxf.management.ManagedComponent, IdentityCache, IdentityMapper

    @ManagedResource
    public class MemoryIdentityCache
    extends AbstractIdentityCache
    A simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.
    • Constructor Detail

      • MemoryIdentityCache

        protected MemoryIdentityCache()
      • MemoryIdentityCache

        public MemoryIdentityCache​(IdentityMapper identityMapper)
      • MemoryIdentityCache

        public MemoryIdentityCache​(org.apache.cxf.Bus bus,
                                   IdentityMapper identityMapper)