org.wamblee.glassfish.auth.cache.impl
Class SimpleExpiryCache.UserEntry
java.lang.Object
org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache.UserEntry
- Enclosing class:
- SimpleExpiryCache
public static class SimpleExpiryCache.UserEntry
- extends Object
Class representing cached information about a user. In practic
concurrency will not be an issue for this class. Nevertheless we guard it
with synchronized just in case.
- Author:
- Erik Brakkee
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleExpiryCache.UserEntry
public SimpleExpiryCache.UserEntry(long aExpiryTime)
getGroups
public List<String> getGroups()
getPassword
public String getPassword()
getSeed
public String getSeed()
setGroups
public void setGroups(List<String> aGroups)
setPassword
public void setPassword(String aPassword)
setSeed
public void setSeed(String aSeed)
getExpiryTime
public long getExpiryTime()
Copyright © 2011. All Rights Reserved.