public abstract class GeneratedForgottenPasswordProcess
extends StoreFrontCustomerProcess
ForgottenPasswordProcess.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
TOKEN
Qualifier of the
ForgottenPasswordProcess.token attribute |
| Constructor and Description |
|---|
GeneratedForgottenPasswordProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getToken()
Generated method - Getter of the
ForgottenPasswordProcess.token attribute. |
String |
getToken(SessionContext ctx)
Generated method - Getter of the
ForgottenPasswordProcess.token attribute. |
void |
setToken(SessionContext ctx,
String value)
Generated method - Setter of the
ForgottenPasswordProcess.token attribute. |
void |
setToken(String value)
Generated method - Setter of the
ForgottenPasswordProcess.token attribute. |
public static final String TOKEN
ForgottenPasswordProcess.token attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public String getToken(SessionContext ctx)
ForgottenPasswordProcess.token attribute.public String getToken()
ForgottenPasswordProcess.token attribute.public void setToken(SessionContext ctx, String value)
ForgottenPasswordProcess.token attribute.value - the token - Attribute contains token that is used in this process.public void setToken(String value)
ForgottenPasswordProcess.token attribute.value - the token - Attribute contains token that is used in this process.Copyright © 2017 SAP SE. All Rights Reserved.