org.fao.geonet.services.password
Class Change
java.lang.Object
org.fao.geonet.services.NotInReadOnlyModeService
org.fao.geonet.services.password.Change
- All Implemented Interfaces:
- Service
public class Change
- extends NotInReadOnlyModeService
Change users password given the correct change key generated for the user.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
Change
public Change()
init
public void init(String appPath,
ServiceConfig params)
throws Exception
- Specified by:
init in interface Service- Overrides:
init in class NotInReadOnlyModeService
- Throws:
Exception
serviceSpecificExec
public org.jdom.Element serviceSpecificExec(org.jdom.Element params,
ServiceContext context)
throws Exception
- Description copied from class:
NotInReadOnlyModeService
- Contains the code for normal execution, when GeoNetwork is not in read-only mode.
- Specified by:
serviceSpecificExec in class NotInReadOnlyModeService
- Returns:
-
- Throws:
Exception
Copyright © 2003-2013. All Rights Reserved.