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) long
expiration
(package private) Principal
key
(package private) RealmIdentity
value
-
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) boolean
isExpired()
(package private) Principal
key()
(package private) RealmIdentity
value()
-
-
-
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()
-
-