org.apache.directory.server.kerberos.kdc.authentication
Class AuthenticationContext
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.apache.directory.server.protocol.shared.chain.impl.ContextBase
org.apache.directory.server.kerberos.kdc.KdcContext
org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
- All Implemented Interfaces:
- java.lang.Cloneable, Context, java.util.Map, java.io.Serializable
- public class AuthenticationContext
- extends KdcContext
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Methods inherited from class org.apache.directory.server.kerberos.kdc.KdcContext |
getClientAddress, getConfig, getLockBox, getReply, getRequest, getStore, setClientAddress, setConfig, setLockBox, setReply, setRequest, setStore |
Methods inherited from class java.util.HashMap |
clone, containsKey, size |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
containsKey, equals, hashCode, size |
AuthenticationContext
public AuthenticationContext()
getServerEntry
public PrincipalStoreEntry getServerEntry()
- Returns:
- Returns the serverEntry.
setServerEntry
public void setServerEntry(PrincipalStoreEntry serverEntry)
- Parameters:
serverEntry
- The serverEntry to set.
getClientEntry
public PrincipalStoreEntry getClientEntry()
- Returns:
- Returns the clientEntry.
setClientEntry
public void setClientEntry(PrincipalStoreEntry clientEntry)
- Parameters:
clientEntry
- The clientEntry to set.
getChecksumEngines
public java.util.Map getChecksumEngines()
- Returns:
- Returns the checksumEngines.
setChecksumEngines
public void setChecksumEngines(java.util.Map checksumEngines)
- Parameters:
checksumEngines
- The checksumEngines to set.
getReplayCache
public ReplayCache getReplayCache()
- Returns:
- Returns the replayCache.
setReplayCache
public void setReplayCache(ReplayCache replayCache)
- Parameters:
replayCache
- The replayCache to set.
getClientKey
public EncryptionKey getClientKey()
- Returns:
- Returns the clientKey.
setClientKey
public void setClientKey(EncryptionKey clientKey)
- Parameters:
clientKey
- The clientKey to set.
getSessionKey
public EncryptionKey getSessionKey()
- Returns:
- Returns the sessionKey.
setSessionKey
public void setSessionKey(EncryptionKey sessionKey)
- Parameters:
sessionKey
- The sessionKey to set.
getTicket
public Ticket getTicket()
- Returns:
- Returns the ticket.
setTicket
public void setTicket(Ticket ticket)
- Parameters:
ticket
- The ticket to set.