org.apache.directory.server.changepw.service
Class ChangePasswordContext
java.lang.Object
org.apache.directory.server.changepw.service.ChangePasswordContext
public class ChangePasswordContext
- extends java.lang.Object
- Version:
- $Rev: 583938 $, $Date: 2007-10-11 21:57:20 +0200 (Thu, 11 Oct 2007) $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangePasswordContext
public ChangePasswordContext()
getReplayCache
public ReplayCache getReplayCache()
- Returns:
- Returns the replayCache.
setReplayCache
public void setReplayCache(ReplayCache replayCache)
- Parameters:
replayCache
- The replayCache to set.
getServerEntry
public PrincipalStoreEntry getServerEntry()
- Returns:
- Returns the serverEntry.
setServerEntry
public void setServerEntry(PrincipalStoreEntry serverEntry)
- Parameters:
serverEntry
- The serverEntry to set.
getConfig
public ChangePasswordServer getConfig()
- Returns:
- Returns the config.
setConfig
public void setConfig(ChangePasswordServer config)
- Parameters:
config
- The config to set.
getReply
public AbstractPasswordMessage getReply()
- Returns:
- Returns the reply.
setReply
public void setReply(AbstractPasswordMessage reply)
- Parameters:
reply
- The reply to set.
getRequest
public AbstractPasswordMessage getRequest()
- Returns:
- Returns the request.
setRequest
public void setRequest(AbstractPasswordMessage request)
- Parameters:
request
- The request to set.
getStore
public PrincipalStore getStore()
- Returns:
- Returns the store.
setStore
public void setStore(PrincipalStore store)
- Parameters:
store
- The store to set.
getCipherTextHandler
public CipherTextHandler getCipherTextHandler()
- Returns:
- Returns the
CipherTextHandler
.
setCipherTextHandler
public void setCipherTextHandler(CipherTextHandler cipherTextHandler)
- Parameters:
cipherTextHandler
- The CipherTextHandler
to set.
getAuthenticator
public Authenticator getAuthenticator()
- Returns:
- Returns the authenticator.
setAuthenticator
public void setAuthenticator(Authenticator authenticator)
- Parameters:
authenticator
- The authenticator to set.
getAuthHeader
public ApplicationRequest getAuthHeader()
- Returns:
- Returns the authHeader.
setAuthHeader
public void setAuthHeader(ApplicationRequest authHeader)
- Parameters:
authHeader
- The authHeader to set.
getTicket
public Ticket getTicket()
- Returns:
- Returns the ticket.
setTicket
public void setTicket(Ticket ticket)
- Parameters:
ticket
- The ticket 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.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- The password to set.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.