public final class LastRequestType extends Object implements Comparable<LastRequestType>
Modifier and Type | Field and Description |
---|---|
static LastRequestType |
NONE
Constant for the "none" last request type.
|
static LastRequestType |
TIME_OF_INITIAL_REQ
Constant for the "time of initial request" last request type.
|
static LastRequestType |
TIME_OF_INITIAL_TGT
Constant for the "time of initial ticket" last request type.
|
static LastRequestType |
TIME_OF_LAST_RENEWAL
Constant for the "time of last renewal" last request type.
|
static LastRequestType |
TIME_OF_LAST_REQ
Constant for the "time of last request" last request type.
|
static LastRequestType |
TIME_OF_NEWEST_TGT
Constant for the "time of newest ticket" last request type.
|
static LastRequestType |
TIME_OF_PASSWORD_EXP
Constant for the "time of password expiration" last request type.
|
static List<LastRequestType> |
VALUES
A List of all the last request type constants.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LastRequestType that) |
int |
getOrdinal()
Returns the number associated with this last request type.
|
static LastRequestType |
getTypeByOrdinal(int type)
Returns the last request type when specified by its ordinal.
|
String |
toString() |
public static final LastRequestType NONE
public static final LastRequestType TIME_OF_INITIAL_TGT
public static final LastRequestType TIME_OF_INITIAL_REQ
public static final LastRequestType TIME_OF_NEWEST_TGT
public static final LastRequestType TIME_OF_LAST_RENEWAL
public static final LastRequestType TIME_OF_LAST_REQ
public static final LastRequestType TIME_OF_PASSWORD_EXP
public static final List<LastRequestType> VALUES
public static LastRequestType getTypeByOrdinal(int type)
type
- public int getOrdinal()
public int compareTo(LastRequestType that)
compareTo
in interface Comparable<LastRequestType>
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.