org.apache.directory.server.changepw.service
Class ChangePasswordExceptionHandler
java.lang.Object
org.apache.directory.server.protocol.shared.chain.impl.CommandBase
org.apache.directory.server.changepw.service.ChangePasswordExceptionHandler
- All Implemented Interfaces:
- org.apache.directory.server.protocol.shared.chain.Command, org.apache.directory.server.protocol.shared.chain.Filter
public class ChangePasswordExceptionHandler
- extends org.apache.directory.server.protocol.shared.chain.impl.CommandBase
- implements org.apache.directory.server.protocol.shared.chain.Filter
A Command for helping convert a ChangePasswordException into
an ErrorMessage to be returned to clients.
- Version:
- $Rev: 434438 $, $Date: 2006-08-24 13:17:02 -0400 (Thu, 24 Aug 2006) $
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase |
CONTINUE_CHAIN, STOP_CHAIN |
|
Method Summary |
boolean |
execute(org.apache.directory.server.protocol.shared.chain.Context context)
|
boolean |
postprocess(org.apache.directory.server.protocol.shared.chain.Context context,
java.lang.Exception exception)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangePasswordExceptionHandler
public ChangePasswordExceptionHandler()
execute
public boolean execute(org.apache.directory.server.protocol.shared.chain.Context context)
throws java.lang.Exception
- Specified by:
execute in interface org.apache.directory.server.protocol.shared.chain.Command
- Throws:
java.lang.Exception
postprocess
public boolean postprocess(org.apache.directory.server.protocol.shared.chain.Context context,
java.lang.Exception exception)
- Specified by:
postprocess in interface org.apache.directory.server.protocol.shared.chain.Filter
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.