public class ForgottenLoginDetails extends BaseAction
Modifier and Type | Class and Description |
---|---|
static class |
ForgottenLoginDetails.LoginField |
actionMessageAlertColor, ALERT_BLUE, ALERT_RED, ALERT_YELLOW, openIDAuthenticationManager, openIDPropertyManager, profileManager, siteManager, userManager
Constructor and Description |
---|
ForgottenLoginDetails() |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
String |
getEmail() |
String |
getForgottenDetail() |
String |
getUsername() |
void |
setEmail(String email) |
void |
setForgottenDetail(String value) |
void |
setForgottenLoginManager(ForgottenLoginManager forgottenLoginManager) |
void |
setUsername(String username) |
String |
update() |
addActionMessage, baseUrl, containsActionMessages, getActionMessageAlertColor, getBaseURL, getCrowdClient, getCrowdHttpAuthenticator, getIdentifier, getPrincipalName, getRemotePrincipal, getRequest, getSession, getXsrfToken, getXsrfTokenName, isAdministrator, isAuthenticated, setCrowdClient, setCrowdHttpAuthenticator, setOpenIDAuthenticationManager, setProfileManager, setPropertyManager, setSiteManager, setUserManager, setXsrfTokenGenerator
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
Exception
public String update() throws InvalidAuthorizationTokenException, InvalidCredentialException, RemoteException
public String getUsername()
public void setUsername(String username)
public String getEmail()
public void setEmail(String email)
public String getForgottenDetail()
public void setForgottenDetail(String value)
public void setForgottenLoginManager(ForgottenLoginManager forgottenLoginManager)
Copyright © 2020 Atlassian. All rights reserved.