org.apache.directory.server.kerberos.kdc
Class KdcContext
java.lang.Object
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 (Do, 11 Okt 2007) $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KdcContext
public KdcContext()
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-2009 Apache Software Foundation. All Rights Reserved.