public class AuthenticationContext extends KdcContext
| Constructor and Description |
|---|
AuthenticationContext() |
| Modifier and Type | Method and Description |
|---|---|
PrincipalStoreEntry |
getClientEntry() |
EncryptionKey |
getClientKey() |
PrincipalStoreEntry |
getServerEntry() |
Ticket |
getTicket() |
boolean |
isPreAuthenticated() |
void |
setClientEntry(PrincipalStoreEntry clientEntry) |
void |
setClientKey(EncryptionKey clientKey) |
void |
setPreAuthenticated(boolean isPreAuthenticated) |
void |
setServerEntry(PrincipalStoreEntry serverEntry) |
void |
setTicket(Ticket ticket) |
String |
toString() |
getCipherTextHandler, getClientAddress, getConfig, getEncryptionType, getReplayCache, getReply, getRequest, getStore, setCipherTextHandler, setClientAddress, setConfig, setEncryptionType, setReplayCache, setReply, setRequest, setStorepublic PrincipalStoreEntry getServerEntry()
public void setServerEntry(PrincipalStoreEntry serverEntry)
serverEntry - The serverEntry to set.public PrincipalStoreEntry getClientEntry()
public void setClientEntry(PrincipalStoreEntry clientEntry)
clientEntry - The clientEntry to set.public EncryptionKey getClientKey()
public void setClientKey(EncryptionKey clientKey)
clientKey - The clientKey to set.public Ticket getTicket()
public void setTicket(Ticket ticket)
ticket - The ticket to set.public boolean isPreAuthenticated()
public void setPreAuthenticated(boolean isPreAuthenticated)
isPreAuthenticated - Whether the client used pre-authentication.public String toString()
toString in class KdcContextObject.toString()Copyright © 2021. All rights reserved.