org.apache.directory.server.kerberos.kdc
Class KdcContext

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.directory.server.protocol.shared.chain.impl.ContextBase
              extended byorg.apache.directory.server.kerberos.kdc.KdcContext
All Implemented Interfaces:
java.lang.Cloneable, Context, java.util.Map, java.io.Serializable
Direct Known Subclasses:
AuthenticationContext, TicketGrantingContext

public class KdcContext
extends ContextBase

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
KdcContext()
           
 
Method Summary
 java.net.InetAddress getClientAddress()
           
 KdcConfiguration getConfig()
           
 LockBox getLockBox()
           
 KerberosMessage getReply()
           
 KdcRequest getRequest()
           
 PrincipalStore getStore()
           
 void setClientAddress(java.net.InetAddress clientAddress)
           
 void setConfig(KdcConfiguration config)
           
 void setLockBox(LockBox lockBox)
           
 void setReply(KerberosMessage reply)
           
 void setRequest(KdcRequest request)
           
 void setStore(PrincipalStore store)
           
 
Methods inherited from class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
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
 

Constructor Detail

KdcContext

public KdcContext()
Method Detail

getConfig

public KdcConfiguration getConfig()
Returns:
Returns the config.

setConfig

public void setConfig(KdcConfiguration config)
Parameters:
config - The config to set.

getStore

public PrincipalStore getStore()
Returns:
Returns the store.

setStore

public void setStore(PrincipalStore store)
Parameters:
store - The store to set.

getRequest

public KdcRequest getRequest()
Returns:
Returns the request.

setRequest

public void setRequest(KdcRequest request)
Parameters:
request - The request to set.

getReply

public KerberosMessage getReply()
Returns:
Returns the reply.

setReply

public void setReply(KerberosMessage reply)
Parameters:
reply - The reply to set.

getClientAddress

public java.net.InetAddress getClientAddress()
Returns:
Returns the clientAddress.

setClientAddress

public void setClientAddress(java.net.InetAddress clientAddress)
Parameters:
clientAddress - The clientAddress to set.

getLockBox

public LockBox getLockBox()
Returns:
Returns the lockBox.

setLockBox

public void setLockBox(LockBox lockBox)
Parameters:
lockBox - The lockBox to set.