org.apache.directory.shared.kerberos.components
Class LastReqEntry

java.lang.Object
  extended by org.apache.directory.shared.kerberos.components.LastReqEntry

public class LastReqEntry
extends Object

The data structure hold into the LastReq element

Author:
Apache Directory Project

Constructor Summary
LastReqEntry()
          Creates a new instance of LastReqEntry
LastReqEntry(LastReqType lrType, KerberosTime lrValue)
          Creates a new instance of LastReqEntry
 
Method Summary
 LastReqType getLrType()
           
 KerberosTime getLrValue()
           
 void setLrType(LastReqType lrType)
           
 void setLrValue(KerberosTime lrValue)
           
 String toString()
           
 String toString(String tabs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastReqEntry

public LastReqEntry()
Creates a new instance of LastReqEntry


LastReqEntry

public LastReqEntry(LastReqType lrType,
                    KerberosTime lrValue)
Creates a new instance of LastReqEntry

Parameters:
lrType - The LastRequest type
lrValue - The associated Time
Method Detail

getLrType

public LastReqType getLrType()
Returns:
the LastReqType

setLrType

public void setLrType(LastReqType lrType)
Parameters:
lrType - the lrType to set

getLrValue

public KerberosTime getLrValue()
Returns:
the lr-value

setLrValue

public void setLrValue(KerberosTime lrValue)
Parameters:
lrValue - the lrValue to set

toString

public String toString(String tabs)
See Also:
Object.toString()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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