|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.LastReqEntry
public class LastReqEntry
Class Description : Class representing the last request entry. A modified version of the code obtained from the Open Group Research Institute.
Constructor Summary | |
---|---|
LastReqEntry()
Empty class constructor |
|
LastReqEntry(int lrType,
KerberosTime lrValue)
Class constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone an last request entry object |
boolean |
equals(LastReqEntry lreq)
Determine whether two entries are equal |
int |
getType()
Return the last request entry type |
KerberosTime |
getValue()
Return the last request entry value |
java.lang.String |
toString()
Return a string describing this class |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LastReqEntry()
public LastReqEntry(int lrType, KerberosTime lrValue)
lrType
- intlrValue
- KerberosTimeMethod Detail |
---|
public int getType()
public KerberosTime getValue()
public boolean equals(LastReqEntry lreq)
lreq
- LastReqEntry
public java.lang.Object clone()
clone
in class java.lang.Object
Object.clone()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |