public class AuthenticationContext extends KdcContext
| Modifier and Type | Field and Description |
|---|---|
private PrincipalStoreEntry |
clientEntry
The client entry
|
private EncryptionKey |
clientKey
The client key
|
private boolean |
isPreAuthenticated
Tell if we have had a pre-authentication
|
private static long |
serialVersionUID |
private PrincipalStoreEntry |
serverEntry
The server entry
|
private Ticket |
ticket
The Kerberos Ticket associated to this context
|
| 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) |
java.lang.String |
toString() |
getCipherTextHandler, getClientAddress, getConfig, getEncryptionType, getReplayCache, getReply, getRequest, getStore, setCipherTextHandler, setClientAddress, setConfig, setEncryptionType, setReplayCache, setReply, setRequest, setStoreprivate static final long serialVersionUID
private Ticket ticket
private EncryptionKey clientKey
private PrincipalStoreEntry clientEntry
private PrincipalStoreEntry serverEntry
private boolean isPreAuthenticated
public 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 java.lang.String toString()
toString in class KdcContextObject.toString()