Package org.wildfly.security.cache
Class LRURealmIdentityCache.CacheEntry
- java.lang.Object
-
- org.wildfly.security.cache.LRURealmIdentityCache.CacheEntry
-
- Enclosing class:
- LRURealmIdentityCache
private static final class LRURealmIdentityCache.CacheEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longexpiration(package private) Principalkey(package private) RealmIdentityvalue
-
Constructor Summary
Constructors Constructor Description CacheEntry(Principal key, RealmIdentity value, long maxAge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisExpired()(package private) Principalkey()(package private) RealmIdentityvalue()
-
-
-
Field Detail
-
key
final Principal key
-
value
final RealmIdentity value
-
expiration
final long expiration
-
-
Constructor Detail
-
CacheEntry
CacheEntry(Principal key, RealmIdentity value, long maxAge)
-
-
Method Detail
-
key
Principal key()
-
value
RealmIdentity value()
-
isExpired
boolean isExpired()
-
-