org.wamblee.glassfish.auth.cache.impl
Class SimpleExpiryCache.UserEntry

java.lang.Object
  extended by 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

Constructor Summary
SimpleExpiryCache.UserEntry(long aExpiryTime)
           
 
Method Summary
 long getExpiryTime()
           
 List<String> getGroups()
           
 String getPassword()
           
 String getSeed()
           
 void setGroups(List<String> aGroups)
           
 void setPassword(String aPassword)
           
 void setSeed(String aSeed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleExpiryCache.UserEntry

public SimpleExpiryCache.UserEntry(long aExpiryTime)
Method Detail

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.