org.apache.directory.server.kerberos.kdc.ticketgrant
Class TicketGrantingContext
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.ticketgrant.TicketGrantingContext
- All Implemented Interfaces:
- java.lang.Cloneable, Context, java.util.Map, java.io.Serializable
- public class TicketGrantingContext
- 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 |
TicketGrantingContext
public TicketGrantingContext()
getRequestPrincipalEntry
public PrincipalStoreEntry getRequestPrincipalEntry()
- Returns:
- Returns the requestPrincipalEntry.
setRequestPrincipalEntry
public void setRequestPrincipalEntry(PrincipalStoreEntry requestPrincipalEntry)
- Parameters:
requestPrincipalEntry
- The requestPrincipalEntry to set.
getTicketPrincipalEntry
public PrincipalStoreEntry getTicketPrincipalEntry()
- Returns:
- Returns the ticketPrincipalEntry.
setTicketPrincipalEntry
public void setTicketPrincipalEntry(PrincipalStoreEntry ticketPrincipalEntry)
- Parameters:
ticketPrincipalEntry
- The ticketPrincipalEntry to set.
getReplayCache
public ReplayCache getReplayCache()
- Returns:
- Returns the replayCache.
setReplayCache
public void setReplayCache(ReplayCache replayCache)
- Parameters:
replayCache
- The replayCache to set.
getAuthenticator
public Authenticator getAuthenticator()
- Returns:
- Returns the authenticator.
setAuthenticator
public void setAuthenticator(Authenticator authenticator)
- Parameters:
authenticator
- The authenticator to set.
getNewTicket
public Ticket getNewTicket()
- Returns:
- Returns the newTicket.
setNewTicket
public void setNewTicket(Ticket newTicket)
- Parameters:
newTicket
- The newTicket to set.
getSessionKey
public EncryptionKey getSessionKey()
- Returns:
- Returns the sessionKey.
setSessionKey
public void setSessionKey(EncryptionKey sessionKey)
- Parameters:
sessionKey
- The sessionKey to set.
getTgt
public Ticket getTgt()
- Returns:
- Returns the tgt.
setTgt
public void setTgt(Ticket tgt)
- Parameters:
tgt
- The tgt to set.
getAuthHeader
public ApplicationRequest getAuthHeader()
- Returns:
- Returns the authHeader.
setAuthHeader
public void setAuthHeader(ApplicationRequest authHeader)
- Parameters:
authHeader
- The authHeader to set.