| Modifier and Type | Method and Description |
|---|---|
HostAddresses |
Credentials.getClientAddresses() |
| Constructor and Description |
|---|
Credentials(PrincipalName cname,
PrincipalName sname,
EncryptionKey ekey,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
boolean isEncInSKey,
TicketFlags flags,
HostAddresses caddr,
AuthorizationData authData,
Ticket ticket,
Ticket secondTicket) |
| 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 |
EncKdcRepPart.getClientAddresses()
Returns the client
HostAddresses. |
HostAddresses |
KrbCredInfo.getClientAddresses() |
HostAddresses |
EncTicketPart.getClientAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setAddresses(HostAddresses addresses) |
void |
EncKdcRepPart.setClientAddresses(HostAddresses caddr)
Sets the client
HostAddresses. |
void |
KrbCredInfo.setClientAddresses(HostAddresses clientAddresses) |
void |
EncTicketPart.setClientAddresses(HostAddresses clientAddresses) |
Copyright © 2021. All rights reserved.