|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaaf.function.IAAFFunction | +--iaaf.function.SetupPwFunction
File: SetupPwFunction.java Description: This class is responsible for changing the password It extends the abstract class IAAFFunction and implements its abstract function performFunction(). Date: January 10, 2001 Copyright (c) 2001 IAAF team, UMass Boston
Constructor Summary | |
SetupPwFunction()
class constructor |
Method Summary | |
java.lang.String |
performFunction(IAAFEnv env)
It takes the userid, current password, new password and new retyped password as arguments. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SetupPwFunction()
Method Detail |
public java.lang.String performFunction(IAAFEnv env) throws IAAFFunctionException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |