| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractReadHostAddresses.setHostAddresses(HostAddresses hostAddresses,
E container)
set HostAddresses on the ASN.1 object present in the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCAddr.setHostAddresses(HostAddresses hostAddresses,
EncKdcRepPartContainer encKdcRepPartContainer)
set HostAddresses on the ASN.1 object present in the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCaddr.setHostAddresses(HostAddresses hostAddresses,
EncTicketPartContainer encTicketPartContainer)
set HostAddresses on the ASN.1 object present in the container
|
| Modifier and Type | Method and Description |
|---|---|
HostAddresses |
HostAddressesContainer.getHostAddresses() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreAddresses.setHostAddresses(HostAddresses hostAddresses,
KdcReqBodyContainer kdcReqBodyContainer)
set HostAddresses on the ASN.1 object present in the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCaddr.setHostAddresses(HostAddresses hostAddresses,
KrbCredInfoContainer krbCredInfoContainer)
set HostAddresses on the ASN.1 object present in the container
|
| Modifier and Type | Method and Description |
|---|---|
HostAddresses |
KdcReqBody.getAddresses()
Returns the
HostAddresses. |
HostAddresses |
KrbCredInfo.getClientAddresses() |
HostAddresses |
EncTicketPart.getClientAddresses() |
HostAddresses |
EncKdcRepPart.getClientAddresses()
Returns the client
HostAddresses. |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setAddresses(HostAddresses addresses) |
void |
KrbCredInfo.setClientAddresses(HostAddresses clientAddresses) |
void |
EncTicketPart.setClientAddresses(HostAddresses clientAddresses) |
void |
EncKdcRepPart.setClientAddresses(HostAddresses caddr)
Sets the client
HostAddresses. |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.