org.jboss.security.plugins
Class JaasSecurityManager.DomainInfo

java.lang.Object
  extended byorg.jboss.security.plugins.JaasSecurityManager.DomainInfo
All Implemented Interfaces:
org.jboss.util.TimedCachePolicy.TimedEntry
Enclosing class:
JaasSecurityManager

public static class JaasSecurityManager.DomainInfo
extends Object
implements org.jboss.util.TimedCachePolicy.TimedEntry

The authentication cache object.


Constructor Summary
JaasSecurityManager.DomainInfo(int lifetime)
           
 
Method Summary
 void destroy()
           
 Object getValue()
           
 void init(long now)
           
 boolean isCurrent(long now)
           
 boolean refresh()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaasSecurityManager.DomainInfo

public JaasSecurityManager.DomainInfo(int lifetime)
Method Detail

init

public void init(long now)
Specified by:
init in interface org.jboss.util.TimedCachePolicy.TimedEntry

isCurrent

public boolean isCurrent(long now)
Specified by:
isCurrent in interface org.jboss.util.TimedCachePolicy.TimedEntry

refresh

public boolean refresh()
Specified by:
refresh in interface org.jboss.util.TimedCachePolicy.TimedEntry

destroy

public void destroy()
Specified by:
destroy in interface org.jboss.util.TimedCachePolicy.TimedEntry

getValue

public Object getValue()
Specified by:
getValue in interface org.jboss.util.TimedCachePolicy.TimedEntry

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.