| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.methodData | |
| org.apache.directory.shared.kerberos.codec.padata | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDataContainer.addPaData(PaData paData)
Add a PaData Object into the list.
|
| Modifier and Type | Method and Description |
|---|---|
PaData |
PaDataContainer.getPaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaDataContainer.setPaData(PaData paData)
Set a PaData Object into the container
|
| Modifier and Type | Method and Description |
|---|---|
PaData[] |
MethodData.getPaDatas()
Returns the contained
PaDatas as an array. |
| Modifier and Type | Method and Description |
|---|---|
List<PaData> |
KdcReq.getPaData() |
List<PaData> |
KdcRep.getPaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodData.addPaData(PaData paData)
Adds an
PaData to the list |
void |
KdcReq.addPaData(PaData paData) |
void |
KdcRep.addPaData(PaData paData) |
boolean |
MethodData.contains(PaData paData)
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.