Uses of Class
org.apache.directory.shared.kerberos.codec.types.LastReqType

Packages that use LastReqType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

Uses of LastReqType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return LastReqType
static LastReqType LastReqType.getTypeByValue(int type)
          Returns the last request type when specified by its ordinal.
static LastReqType LastReqType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LastReqType[] LastReqType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LastReqType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return LastReqType
 LastReqType LastReq.getCurrentLrType()
           
 LastReqType LastReqEntry.getLrType()
           
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type LastReqType
 void LastReq.setCurrentLrType(LastReqType lrType)
          Set the CurrentLr type
 void LastReqEntry.setLrType(LastReqType lrType)
           
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type LastReqType
LastReqEntry(LastReqType lrType, KerberosTime lrValue)
          Creates a new instance of LastReqEntry
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.