org.apache.directory.server.changepw.service
Class ChangePasswordContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.directory.server.protocol.shared.chain.impl.ContextBase
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ChangePasswordContext()
           
 
Method Summary
 Authenticator getAuthenticator()
           
 ApplicationRequest getAuthHeader()
           
 java.net.InetAddress getClientAddress()
           
 ChangePasswordConfiguration getConfig()
           
 LockBox getLockBox()
           
 java.lang.String getPassword()
           
 ReplayCache getReplayCache()
           
 AbstractPasswordMessage getReply()
           
 AbstractPasswordMessage getRequest()
           
 PrincipalStoreEntry getServerEntry()
           
 PrincipalStore getStore()
           
 Ticket getTicket()
           
 void setAuthenticator(Authenticator authenticator)
           
 void setAuthHeader(ApplicationRequest authHeader)
           
 void setClientAddress(java.net.InetAddress clientAddress)
           
 void setConfig(ChangePasswordConfiguration config)
           
 void setLockBox(LockBox lockBox)
           
 void setPassword(java.lang.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)
           
 
Methods inherited from class org.apache.directory.server.protocol.shared.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
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
 

Constructor Detail

ChangePasswordContext

public ChangePasswordContext()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.