Uses of Class
org.apache.directory.server.changepw.ChangePasswordServer

Packages that use ChangePasswordServer
org.apache.directory.server.changepw.protocol Provides the IoHandler and associated ProtocolCodecFactory required to implement the Change Password Service with the MINA NIO framework. 
org.apache.directory.server.changepw.service Provides the Change Password Service. 
 

Uses of ChangePasswordServer in org.apache.directory.server.changepw.protocol
 

Constructors in org.apache.directory.server.changepw.protocol with parameters of type ChangePasswordServer
ChangePasswordProtocolHandler(ChangePasswordServer config, PrincipalStore store)
          Creates a new instance of ChangePasswordProtocolHandler.
 

Uses of ChangePasswordServer in org.apache.directory.server.changepw.service
 

Methods in org.apache.directory.server.changepw.service that return ChangePasswordServer
 ChangePasswordServer ChangePasswordContext.getConfig()
           
 

Methods in org.apache.directory.server.changepw.service with parameters of type ChangePasswordServer
 void ChangePasswordContext.setConfig(ChangePasswordServer config)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.