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

java.lang.Object
  extended by org.apache.directory.server.kerberos.kdc.KdcContext
Direct Known Subclasses:
AuthenticationContext, TicketGrantingContext

public class KdcContext
extends java.lang.Object

Version:
$Rev: 583938 $, $Date: 2007-10-11 21:57:20 +0200 (Thu, 11 Oct 2007) $
Author:
Apache Directory Project

Constructor Summary
KdcContext()
           
 
Method Summary
 CipherTextHandler getCipherTextHandler()
           
 java.net.InetAddress getClientAddress()
           
 KdcServer getConfig()
           
 EncryptionType getEncryptionType()
          Returns the encryption type to use for this session.
 KerberosMessage getReply()
           
 KdcRequest getRequest()
           
 PrincipalStore getStore()
           
 void setCipherTextHandler(CipherTextHandler cipherTextHandler)
           
 void setClientAddress(java.net.InetAddress clientAddress)
           
 void setConfig(KdcServer config)
           
 void setEncryptionType(EncryptionType encryptionType)
          Sets the encryption type to use for this session.
 void setReply(KerberosMessage reply)
           
 void setRequest(KdcRequest request)
           
 void setStore(PrincipalStore store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KdcContext

public KdcContext()
Method Detail

getConfig

public KdcServer getConfig()
Returns:
Returns the config.

setConfig

public void setConfig(KdcServer 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.

getCipherTextHandler

public CipherTextHandler getCipherTextHandler()
Returns:
Returns the CipherTextHandler.

setCipherTextHandler

public void setCipherTextHandler(CipherTextHandler cipherTextHandler)
Parameters:
cipherTextHandler - The CipherTextHandler to set.

getEncryptionType

public EncryptionType getEncryptionType()
Returns the encryption type to use for this session.

Returns:
The encryption type.

setEncryptionType

public void setEncryptionType(EncryptionType encryptionType)
Sets the encryption type to use for this session.

Parameters:
encryptionType - The encryption type to set.


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