com.atlassian.crowd.openid.server.action
Class ForgottenLoginDetails

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.crowd.openid.server.action.BaseAction
          extended by com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable

public class ForgottenLoginDetails
extends BaseAction

Handles the functionality for the user forgetting their login details.

Since:
v2.1.0
See Also:
Serialized Form

Nested Class Summary
static class ForgottenLoginDetails.LoginField
           
 
Field Summary
 
Fields inherited from class com.atlassian.crowd.openid.server.action.BaseAction
actionMessageAlertColor, ALERT_BLUE, ALERT_RED, ALERT_YELLOW, authenticated, isAdministrator, openIDAuthenticationManager, openIDPropertyManager, profileManager, siteManager, userManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ForgottenLoginDetails()
           
 
Method Summary
 String doDefault()
           
 String doUpdate()
           
 String getEmail()
           
 String getForgottenDetail()
           
 String getUsername()
           
 void setEmail(String email)
           
 void setForgottenDetail(String value)
           
 void setForgottenLoginManager(ForgottenLoginManager forgottenLoginManager)
           
 void setUsername(String username)
           
 
Methods inherited from class com.atlassian.crowd.openid.server.action.BaseAction
addActionMessage, baseUrl, containsActionMessages, getActionMessageAlertColor, getAttribute, getBaseURL, getFirstAttribute, getHttpAuthenticator, getHttpRequest, getIdentifier, getPrincipalName, getRemotePrincipal, getRequest, getSecurityServerClient, getSession, isAdministrator, isAuthenticated, setHttpAuthenticator, setOpenIDAuthenticationManager, setProfileManager, setPropertyManager, setSecurityServerClient, setSiteManager, setUserManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForgottenLoginDetails

public ForgottenLoginDetails()
Method Detail

doDefault

public String doDefault()
                 throws Exception
Overrides:
doDefault in class com.opensymphony.xwork.ActionSupport
Throws:
Exception

doUpdate

public String doUpdate()
                throws InvalidAuthorizationTokenException,
                       InvalidCredentialException,
                       RemoteException
Throws:
InvalidAuthorizationTokenException
InvalidCredentialException
RemoteException

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getForgottenDetail

public String getForgottenDetail()

setForgottenDetail

public void setForgottenDetail(String value)

setForgottenLoginManager

public void setForgottenLoginManager(ForgottenLoginManager forgottenLoginManager)


Copyright © 2013 Atlassian. All Rights Reserved.