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

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

public class KdcContext
extends ContextBase

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
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.


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.