public class ChangePasswordContext extends Object
Constructor and Description |
---|
ChangePasswordContext() |
public ReplayCache getReplayCache()
public void setReplayCache(ReplayCache replayCache)
replayCache
- The replayCache to set.public PrincipalStoreEntry getServerEntry()
public void setServerEntry(PrincipalStoreEntry serverEntry)
serverEntry
- The serverEntry to set.public ChangePasswordServer getConfig()
public void setConfig(ChangePasswordServer 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 ApplicationRequest getAuthHeader()
public void setAuthHeader(ApplicationRequest authHeader)
authHeader
- The authHeader to set.public Ticket getTicket()
public void setTicket(Ticket ticket)
ticket
- The ticket to set.public InetAddress getClientAddress()
public void setClientAddress(InetAddress clientAddress)
clientAddress
- The clientAddress to set.public String getPassword()
public void setPassword(String password)
password
- The password to set.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.