public class KdcContext extends Object
Constructor and Description |
---|
KdcContext() |
Modifier and Type | Method and Description |
---|---|
CipherTextHandler |
getCipherTextHandler() |
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(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) |
public KdcServer getConfig()
public void setConfig(KdcServer config)
config
- The config to set.public PrincipalStore getStore()
public void setStore(PrincipalStore store)
store
- The store to set.public KdcRequest getRequest()
public void setRequest(KdcRequest request)
request
- The request to set.public KerberosMessage getReply()
public void setReply(KerberosMessage reply)
reply
- The reply to set.public InetAddress getClientAddress()
public void setClientAddress(InetAddress clientAddress)
clientAddress
- The clientAddress to set.public CipherTextHandler getCipherTextHandler()
CipherTextHandler
.public void setCipherTextHandler(CipherTextHandler cipherTextHandler)
cipherTextHandler
- The CipherTextHandler
to set.public EncryptionType getEncryptionType()
public void setEncryptionType(EncryptionType encryptionType)
encryptionType
- The encryption type to set.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.