| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Field and Description |
|---|---|
private LastReqEntry |
LastReq.currentLR
The current LastReqEntry being processed
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LastReqEntry> |
LastReq.lastReqs
The list of LastReq elements
|
| Modifier and Type | Method and Description |
|---|---|
LastReqEntry |
LastReq.getCurrentLR() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LastReqEntry> |
LastReq.getLastReqs() |
| Modifier and Type | Method and Description |
|---|---|
void |
LastReq.addEntry(LastReqEntry lastReqEntry)
Add a new LastReqEntry
|