public class ChangePasswordContext extends Object
Constructor and Description |
---|
ChangePasswordContext() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
getAuthenticator() |
ApplicationRequest |
getAuthHeader() |
CipherTextHandler |
getCipherTextHandler() |
InetAddress |
getClientAddress() |
ChangePasswordServer |
getConfig() |
String |
getPassword() |
ReplayCache |
getReplayCache() |
AbstractPasswordMessage |
getReply() |
AbstractPasswordMessage |
getRequest() |
PrincipalStoreEntry |
getServerEntry() |
PrincipalStore |
getStore() |
Ticket |
getTicket() |
void |
setAuthenticator(Authenticator authenticator) |
void |
setAuthHeader(ApplicationRequest authHeader) |
void |
setCipherTextHandler(CipherTextHandler cipherTextHandler) |
void |
setClientAddress(InetAddress clientAddress) |
void |
setConfig(ChangePasswordServer config) |
void |
setPassword(String password) |
void |
setReplayCache(ReplayCache replayCache) |
void |
setReply(AbstractPasswordMessage reply) |
void |
setRequest(AbstractPasswordMessage request) |
void |
setServerEntry(PrincipalStoreEntry serverEntry) |
void |
setStore(PrincipalStore store) |
void |
setTicket(Ticket ticket) |
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-2013 Apache Software Foundation. All Rights Reserved.