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

Packages that use LastRequestType
org.apache.directory.server.kerberos.shared.messages.value   
 

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
          Enumeration elements are constructed once upon class loading.
static LastRequestType LastRequestType.TIME_OF_INITIAL_REQ
           
static LastRequestType LastRequestType.TIME_OF_INITIAL_TGT
           
static LastRequestType LastRequestType.TIME_OF_LAST_RENEWAL
           
static LastRequestType LastRequestType.TIME_OF_LAST_REQ
           
static LastRequestType LastRequestType.TIME_OF_NEWEST_TGT
           
static LastRequestType LastRequestType.TIME_OF_PASSWORD_EXP
           
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return LastRequestType
 LastRequestType LastRequestEntry.getLastRequestType()
           
static LastRequestType LastRequestType.getTypeByOrdinal(int type)
           
 

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



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