Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
Modifier and Type | Field and Description |
---|---|
static LastRequestType |
LastRequestType.NONE
Constant for the "none" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_INITIAL_REQ
Constant for the "time of initial request" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_INITIAL_TGT
Constant for the "time of initial ticket" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_LAST_RENEWAL
Constant for the "time of last renewal" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_LAST_REQ
Constant for the "time of last request" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_NEWEST_TGT
Constant for the "time of newest ticket" last request type.
|
static LastRequestType |
LastRequestType.TIME_OF_PASSWORD_EXP
Constant for the "time of password expiration" last request type.
|
Modifier and Type | Field and Description |
---|---|
static List<LastRequestType> |
LastRequestType.VALUES
A List of all the last request type constants.
|
Modifier and Type | Method and Description |
---|---|
LastRequestType |
LastRequestEntry.getLastRequestType()
Returns the
LastRequestType . |
static LastRequestType |
LastRequestType.getTypeByOrdinal(int type)
Returns the last request type when specified by its ordinal.
|
Modifier and Type | Method and Description |
---|---|
int |
LastRequestType.compareTo(LastRequestType that) |
Constructor and Description |
---|
LastRequestEntry(LastRequestType type,
KerberosTime value)
Creates a new instance of LastRequestEntry.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.