|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.plugins.JaasSecurityManager.DomainInfo
The authentication cache object.
Constructor Summary | |
JaasSecurityManager.DomainInfo(int lifetime)
|
Method Summary | |
void |
destroy()
Notify the entry that it has been removed from the cache. |
java.lang.Object |
getValue()
Get the value component of the TimedEntry. |
void |
init(long now)
Initializes an entry with the current cache time. |
boolean |
isCurrent(long now)
Is the entry still valid basis the current time |
boolean |
refresh()
Attempt to extend the entry lifetime by refreshing it. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JaasSecurityManager.DomainInfo(int lifetime)
Method Detail |
public void init(long now)
TimedCachePolicy.TimedEntry (src)
init
in interface TimedCachePolicy.TimedEntry (src)
public boolean isCurrent(long now)
TimedCachePolicy.TimedEntry (src)
isCurrent
in interface TimedCachePolicy.TimedEntry (src)
public boolean refresh()
TimedCachePolicy.TimedEntry (src)
refresh
in interface TimedCachePolicy.TimedEntry (src)
public void destroy()
TimedCachePolicy.TimedEntry (src)
destroy
in interface TimedCachePolicy.TimedEntry (src)
public java.lang.Object getValue()
TimedCachePolicy.TimedEntry (src)
getValue
in interface TimedCachePolicy.TimedEntry (src)
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |