public class ChangePasswordContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Authenticator |
authenticator |
private ApReq |
authHeader |
private CipherTextHandler |
cipherTextHandler |
private java.net.InetAddress |
clientAddress |
private ChangePasswordConfig |
config |
private ChangePasswdData |
passwordData |
private ReplayCache |
replayCache |
private AbstractPasswordMessage |
reply |
private AbstractPasswordMessage |
request |
private PrincipalStoreEntry |
serverEntry |
private PrincipalStore |
store |
private Ticket |
ticket |
| Constructor and Description |
|---|
ChangePasswordContext() |
private ChangePasswordConfig config
private PrincipalStore store
private AbstractPasswordMessage request
private AbstractPasswordMessage reply
private java.net.InetAddress clientAddress
private ApReq authHeader
private Ticket ticket
private Authenticator authenticator
private PrincipalStoreEntry serverEntry
private CipherTextHandler cipherTextHandler
private ReplayCache replayCache
private ChangePasswdData passwordData
public PrincipalStoreEntry getServerEntry()
public void setServerEntry(PrincipalStoreEntry serverEntry)
serverEntry - The serverEntry to set.public ChangePasswordConfig getConfig()
public void setConfig(ChangePasswordConfig config)
config - The config to set.public AbstractPasswordMessage getReply()
public void setReply(AbstractPasswordMessage reply)
reply - The reply to set.public AbstractPasswordMessage getRequest()
public void setRequest(AbstractPasswordMessage request)
request - The request to set.public PrincipalStore getStore()
public void setStore(PrincipalStore store)
store - The store to set.public CipherTextHandler getCipherTextHandler()
CipherTextHandler.public void setCipherTextHandler(CipherTextHandler cipherTextHandler)
cipherTextHandler - The CipherTextHandler to set.public Authenticator getAuthenticator()
public void setAuthenticator(Authenticator authenticator)
authenticator - The authenticator to set.public ApReq getAuthHeader()
public void setAuthHeader(ApReq authHeader)
authHeader - The authHeader to set.public Ticket getTicket()
public void setTicket(Ticket ticket)
ticket - The ticket to set.public java.net.InetAddress getClientAddress()
public void setClientAddress(java.net.InetAddress clientAddress)
clientAddress - The clientAddress to set.public ChangePasswdData getPasswordData()
public void setChngPwdData(ChangePasswdData passwordData)
public ReplayCache getReplayCache()
public void setReplayCache(ReplayCache replayCache)