public class TicketGrantingContext extends KdcContext
| 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, toStringpublic 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.Copyright © 2021. All rights reserved.