public class TicketGrantingContext extends KdcContext
| Modifier and Type | Field and Description |
|---|---|
private Authenticator |
authenticator |
private ApReq |
authHeader |
private Ticket |
newTicket |
private PrincipalStoreEntry |
requestPrincipalEntry |
private static long |
serialVersionUID |
private Ticket |
tgt |
private PrincipalStoreEntry |
ticketPrincipalEntry |
| Constructor and Description |
|---|
TicketGrantingContext() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
getAuthenticator() |
ApReq |
getAuthHeader() |
Ticket |
getNewTicket() |
PrincipalStoreEntry |
getRequestPrincipalEntry() |
Ticket |
getTgt() |
PrincipalStoreEntry |
getTicketPrincipalEntry() |
void |
setAuthenticator(Authenticator authenticator) |
void |
setAuthHeader(ApReq authHeader) |
void |
setNewTicket(Ticket newTicket) |
void |
setRequestPrincipalEntry(PrincipalStoreEntry requestPrincipalEntry) |
void |
setTgt(Ticket tgt) |
void |
setTicketPrincipalEntry(PrincipalStoreEntry ticketPrincipalEntry) |
getCipherTextHandler, getClientAddress, getConfig, getEncryptionType, getReplayCache, getReply, getRequest, getStore, setCipherTextHandler, setClientAddress, setConfig, setEncryptionType, setReplayCache, setReply, setRequest, setStore, toStringprivate static final long serialVersionUID
private ApReq authHeader
private Ticket tgt
private Ticket newTicket
private Authenticator authenticator
private PrincipalStoreEntry ticketPrincipalEntry
private PrincipalStoreEntry requestPrincipalEntry
public PrincipalStoreEntry getRequestPrincipalEntry()
public void setRequestPrincipalEntry(PrincipalStoreEntry requestPrincipalEntry)
requestPrincipalEntry - The requestPrincipalEntry to set.public PrincipalStoreEntry getTicketPrincipalEntry()
public void setTicketPrincipalEntry(PrincipalStoreEntry ticketPrincipalEntry)
ticketPrincipalEntry - The ticketPrincipalEntry to set.public Authenticator getAuthenticator()
public void setAuthenticator(Authenticator authenticator)
authenticator - The authenticator to set.public Ticket getNewTicket()
public void setNewTicket(Ticket newTicket)
newTicket - The newTicket to set.public Ticket getTgt()
public void setTgt(Ticket tgt)
tgt - The tgt to set.public ApReq getAuthHeader()
public void setAuthHeader(ApReq authHeader)
authHeader - The authHeader to set.