| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.krbCredInfo | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Field and Description |
|---|---|
private KrbCredInfo |
KrbCredInfoContainer.krbCredInfo
An KrbCredInfo container
|
| Modifier and Type | Method and Description |
|---|---|
KrbCredInfo |
KrbCredInfoContainer.getKrbCredInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbCredInfoContainer.setKrbCredInfo(KrbCredInfo krbCredInfo)
Set a KrbCredInfo Object into the container.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<KrbCredInfo> |
EncKrbCredPart.ticketInfo
list of KrbCredInfo
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KrbCredInfo> |
EncKrbCredPart.getTicketInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncKrbCredPart.addTicketInfo(KrbCredInfo info)
add KrbCredInfo object to the existing list of ticket-info
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncKrbCredPart.setTicketInfo(java.util.List<KrbCredInfo> ticketInfo) |