Uses of Class
org.wildfly.security.cache.LRURealmIdentityCache.CacheEntry
-
Packages that use LRURealmIdentityCache.CacheEntry Package Description org.wildfly.security.cache -
-
Uses of LRURealmIdentityCache.CacheEntry in org.wildfly.security.cache
Fields in org.wildfly.security.cache with type parameters of type LRURealmIdentityCache.CacheEntry Modifier and Type Field Description private Map<Principal,LRURealmIdentityCache.CacheEntry>
LRURealmIdentityCache. identityCache
Holds the cached identitys where the key is the domain principal, the one used to lookup the identityMethods in org.wildfly.security.cache with parameters of type LRURealmIdentityCache.CacheEntry Modifier and Type Method Description private RealmIdentity
LRURealmIdentityCache. removeIfExpired(LRURealmIdentityCache.CacheEntry cached)
-