public final class Expiry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
expiryCheck(Token token)
Deprecated.
replaced by
expiryCheck(Token, Object) |
static void |
expiryCheck(Token token,
java.lang.Object context)
Performs an expiration check.
|
@Deprecated public static void expiryCheck(Token token)
expiryCheck(Token, Object)
token
- the token that defines the application's expiration time. If
null
then application is considered expired.public static void expiryCheck(Token token, java.lang.Object context)
token
- the token that defines the application's expiration time. If
null
then application is considered expired.context
- a context object that may or may not be used by a
particular implementation. May be null
.