org.apache.directory.server.changepw
Class ChangePasswordServer

java.lang.Object
  extended by org.apache.directory.server.changepw.ChangePasswordServer

public class ChangePasswordServer
extends java.lang.Object

A wrapper encapsulating configuration, a MINA registry, and a PrincipalStore to implement a complete Change Password server.

Version:
$Rev: 442813 $, $Date: 2006-09-13 05:26:39 +0200 (Wed, 13 Sep 2006) $
Author:
Apache Directory Project

Constructor Summary
ChangePasswordServer(ChangePasswordConfiguration config, org.apache.mina.common.IoAcceptor acceptor, org.apache.mina.common.IoServiceConfig serviceConfig, PrincipalStore store)
           
 
Method Summary
 void destroy()
           
 boolean isDifferent(java.util.Dictionary newConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordServer

public ChangePasswordServer(ChangePasswordConfiguration config,
                            org.apache.mina.common.IoAcceptor acceptor,
                            org.apache.mina.common.IoServiceConfig serviceConfig,
                            PrincipalStore store)
Method Detail

isDifferent

public boolean isDifferent(java.util.Dictionary newConfig)

destroy

public void destroy()


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