org.apache.directory.server.kerberos.shared.messages.value
Class LastRequestType
java.lang.Object
org.apache.directory.server.kerberos.shared.messages.value.LastRequestType
- All Implemented Interfaces:
- java.lang.Comparable
- public final class LastRequestType
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NONE
public static final LastRequestType NONE
- Enumeration elements are constructed once upon class loading.
Order of appearance here determines the order of compareTo.
TIME_OF_INITIAL_TGT
public static final LastRequestType TIME_OF_INITIAL_TGT
TIME_OF_INITIAL_REQ
public static final LastRequestType TIME_OF_INITIAL_REQ
TIME_OF_NEWEST_TGT
public static final LastRequestType TIME_OF_NEWEST_TGT
TIME_OF_LAST_RENEWAL
public static final LastRequestType TIME_OF_LAST_RENEWAL
TIME_OF_LAST_REQ
public static final LastRequestType TIME_OF_LAST_REQ
TIME_OF_PASSWORD_EXP
public static final LastRequestType TIME_OF_PASSWORD_EXP
VALUES
public static final java.util.List VALUES
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object that)
- Specified by:
compareTo
in interface java.lang.Comparable
getTypeByOrdinal
public static LastRequestType getTypeByOrdinal(int type)
getOrdinal
public int getOrdinal()