org.apache.directory.server.changepw.service
Class ChangePasswordContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.directory.server.protocol.shared.chain.impl.ContextBase
org.apache.directory.server.changepw.service.ChangePasswordContext
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, Context
public class ChangePasswordContext
- extends ContextBase
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Methods inherited from class java.util.HashMap |
clone, containsKey, size |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
containsKey, equals, hashCode, size |
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 ChangePasswordConfiguration getConfig()
- Returns:
- Returns the config.
setConfig
public void setConfig(ChangePasswordConfiguration 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.
getLockBox
public LockBox getLockBox()
- Returns:
- Returns the lockBox.
setLockBox
public void setLockBox(LockBox lockBox)
- Parameters:
lockBox
- The lockBox 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-2010 Apache Software Foundation. All Rights Reserved.