|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyPasswordBehaviorInterface
This interface defines the method to implement in order to manage a view that allows a password modification.
LyPasswordController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
boolean |
changePassword(LyPasswordController passwordController,
java.lang.String currentPassword,
java.lang.String newPassword,
java.lang.String confirmPassword,
LyParameterValues values)
Method invoked to change the given current password with the given new password value. |
void |
completeInitializePassword(LyPasswordController passwordController)
Complete password initialization with default values or extra fields adding for input. |
void |
initializePassword(LyPasswordController passwordController)
Password initialization of the manipulated classInfo and passwordFieldInfo. |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void initializePassword(LyPasswordController passwordController)
passwordController
- current controllervoid completeInitializePassword(LyPasswordController passwordController)
passwordController
- current controllerboolean changePassword(LyPasswordController passwordController, java.lang.String currentPassword, java.lang.String newPassword, java.lang.String confirmPassword, LyParameterValues values)
passwordController
- current controllercurrentPassword
- current password for validation.newPassword
- new password value typed in by the userconfirmPassword
- confirm password request: should equals newPasswordvalues
- user input values of the current, new and confirmed passwords
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |