edu.internet2.middleware.shibboleth.idp.authn
Class LoginContextEntry
java.lang.Object
org.opensaml.util.storage.AbstractExpiringObject
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
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 |
LoginContextEntry
public LoginContextEntry(LoginContext ctx,
long lifetime)
- Constructor.
- Parameters:
ctx
- context to storelifetime
- lifetime of the entry
getLoginContext
public LoginContext getLoginContext()
- Gets the login context.
- Returns:
- login context
Copyright © 2006-2009 Internet2. All Rights Reserved.