Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.LastRequestType

Packages that use LastRequestType
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
 

Uses of LastRequestType in org.apache.directory.server.kerberos.shared.messages.value
 

Fields in org.apache.directory.server.kerberos.shared.messages.value declared as LastRequestType
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.
 

Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type LastRequestType
static java.util.List<LastRequestType> LastRequestType.VALUES
          A List of all the last request type constants.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return LastRequestType
 LastRequestType LastRequestEntry.getLastRequestType()
          Returns the LastRequestType.
static LastRequestType LastRequestType.getTypeByOrdinal(int type)
          Returns the last request type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type LastRequestType
 int LastRequestType.compareTo(LastRequestType that)
           
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type LastRequestType
LastRequestEntry(LastRequestType type, KerberosTime value)
          Creates a new instance of LastRequestEntry.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.