org.apache.directory.shared.kerberos.components
Class LastReqEntry
java.lang.Object
org.apache.directory.shared.kerberos.components.LastReqEntry
public class LastReqEntry
- extends Object
The data structure hold into the LastReq element
- Author:
- Apache Directory Project
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 typelrValue - The associated Time
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.