|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.LastRequestType
public final class LastRequestType
| Field Summary | |
|---|---|
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 java.util.List<LastRequestType> |
VALUES
A List of all the last request type constants. |
| Method Summary | |
|---|---|
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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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 java.util.List<LastRequestType> VALUES
| Method Detail |
|---|
public static LastRequestType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(LastRequestType that)
compareTo in interface java.lang.Comparable<LastRequestType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||