public class LoginContextEntry extends AbstractExpiringObject
| Modifier and Type | Field and Description |
|---|---|
private LoginContext |
loginCtx
Stored login context.
|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
LoginContextEntry(LoginContext ctx,
long lifetime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LoginContext |
getLoginContext()
Gets the login context.
|
getExpirationTime, isExpired, onExpireprivate static final long serialVersionUID
private LoginContext loginCtx
public LoginContextEntry(LoginContext ctx, long lifetime)
ctx - context to storelifetime - lifetime of the entrypublic LoginContext getLoginContext()
Copyright © 1999-2014. All Rights Reserved.