Package org.wildfly.security.cache
-
Interface Summary Interface Description IdentityCache An identity cache is responsible to provide a specific caching strategy for identities.RealmIdentityCache Provides a mechanism to plug a cache forRealmIdentity
instances obtained from aSecurityRealm
. -
Class Summary Class Description CachedIdentity Represents a cached identity, managed by anIdentityCache
.LRURealmIdentityCache ARealmIdentityCache
implementation providing a LRU cache.LRURealmIdentityCache.CacheEntry