public class ServiceTicketRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ApOptions |
apOptions |
private KdcOptions |
kdcOptions |
private java.lang.String |
serverPrincipal |
private EncryptionKey |
subSessionKey |
private TgTicket |
tgt |
| Constructor and Description |
|---|
ServiceTicketRequest(TgTicket tgt,
java.lang.String serverPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
ApOptions |
getApOptions() |
KdcOptions |
getKdcOptions() |
java.lang.String |
getServerPrincipal() |
EncryptionKey |
getSubSessionKey() |
TgTicket |
getTgt() |
void |
setKdcOptions(KdcOptions kdcOptions) |
void |
setSubSessionKey(EncryptionKey subSessionKey) |
private TgTicket tgt
private java.lang.String serverPrincipal
private ApOptions apOptions
private EncryptionKey subSessionKey
private KdcOptions kdcOptions
public ServiceTicketRequest(TgTicket tgt, java.lang.String serverPrincipal)
public TgTicket getTgt()
public java.lang.String getServerPrincipal()
public ApOptions getApOptions()
public EncryptionKey getSubSessionKey()
public void setSubSessionKey(EncryptionKey subSessionKey)
public KdcOptions getKdcOptions()
public void setKdcOptions(KdcOptions kdcOptions)