org.apache.directory.server.kerberos.kdc
Class KdcContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.directory.server.protocol.shared.chain.impl.ContextBase
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 classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
KdcContext
public KdcContext()
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-2009 Apache Software Foundation. All Rights Reserved.