edu.internet2.middleware.shibboleth.idp.authn
Class LoginContextEntry

java.lang.Object
  extended by org.opensaml.util.storage.AbstractExpiringObject
      extended by edu.internet2.middleware.shibboleth.idp.authn.LoginContextEntry
All Implemented Interfaces:
Serializable, org.opensaml.util.storage.ExpiringObject

public class LoginContextEntry
extends org.opensaml.util.storage.AbstractExpiringObject

Storage service entry for login contexts.

See Also:
Serialized Form

Constructor Summary
LoginContextEntry(LoginContext ctx, long lifetime)
          Constructor.
 
Method Summary
 LoginContext getLoginContext()
          Gets the login context.
 
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject
getExpirationTime, isExpired, onExpire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginContextEntry

public LoginContextEntry(LoginContext ctx,
                         long lifetime)
Constructor.

Parameters:
ctx - context to store
lifetime - lifetime of the entry
Method Detail

getLoginContext

public LoginContext getLoginContext()
Gets the login context.

Returns:
login context


Copyright © 2006-2009 Internet2. All Rights Reserved.