| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.protocol.codec | |
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos | |
| org.apache.directory.shared.kerberos.codec | |
| org.apache.directory.shared.kerberos.codec.ticket | |
| org.apache.directory.shared.kerberos.components | |
| org.apache.directory.shared.kerberos.messages |
| Modifier and Type | Method and Description |
|---|---|
static Ticket |
KerberosDecoder.decodeTicket(byte[] data)
Decode a Ticket structure
|
| Modifier and Type | Method and Description |
|---|---|
Ticket |
TicketFactory.getTicket(KerberosPrincipal clientPrincipal,
KerberosPrincipal serverPrincipal,
EncryptionKey serverKey)
Build the service ticket.
|
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
KerberosUtils.verifyAuthHeader(ApReq authHeader,
Ticket ticket,
EncryptionKey serverKey,
long clockSkew,
ReplayCache replayCache,
boolean emptyAddressesAllowed,
InetAddress clientAddress,
CipherTextHandler lockBox,
KeyUsage authenticatorKeyUsage,
boolean isValidate)
Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
|
| Modifier and Type | Method and Description |
|---|---|
Ticket |
KerberosMessageContainer.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
TicketContainer.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
void |
TicketContainer.setTicket(Ticket ticket)
Set a Ticket into the container.
|
| Modifier and Type | Method and Description |
|---|---|
Ticket[] |
KdcReqBody.getAdditionalTickets()
Returns the additional
Tickets. |
Ticket |
KdcRep.getTicket()
Returns the
Ticket |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.addAdditionalTicket(Ticket additionalTicket)
Add a new Ticket to the list of additional tickets
|
void |
KdcRep.setTicket(Ticket ticket)
Set the Ticket
|
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setAdditionalTickets(List<Ticket> additionalTickets)
Set the list of additional Ticket
|
| Modifier and Type | Method and Description |
|---|---|
Ticket |
ApReq.getTicket()
Returns the
Ticket. |
| Modifier and Type | Method and Description |
|---|---|
List<Ticket> |
KrbCred.getTickets() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbCred.addTicket(Ticket ticket)
adds a Ticket to the ticket list
|
void |
ApReq.setTicket(Ticket ticket)
Sets the
Ticket. |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbCred.setTickets(List<Ticket> tickets) |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.