com.atlassian.crowd.openid.server.action.secure.profile
Class EditProfiles

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.secure.profile.EditProfiles
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 EditProfiles
extends BaseAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.openid.server.action.BaseAction
actionMessageAlertColor, ALERT_BLUE, ALERT_RED, ALERT_YELLOW, authenticated, identifier, 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
EditProfiles()
           
 
Method Summary
 String doDelete()
           
 String doMakeDefault()
           
 String doUpdate()
           
 String execute()
           
 String getCountry()
           
 Profile getCurrentProfile()
           
 int getDobDay()
           
 int getDobMonth()
           
 int getDobYear()
           
 String getEmail()
           
 String getFullName()
           
 String getGender()
           
 String getLanguage()
           
 String getNickname()
           
 String getPostcode()
           
 SOAPPrincipalHelper getPrincipalHelper()
           
 ProfileAttributesHelper getProfileAttributesHelper()
           
 long getProfileID()
           
 String getProfileName()
           
 Map getProfiles()
           
 String getTimezone()
           
 User getUser()
           
 boolean isDefaultProfile()
           
 void setCountry(String country)
           
 void setCurrentProfile(Profile currentProfile)
           
 void setDefaultProfile(boolean defaultProfile)
           
 void setDobDay(int dobDay)
           
 void setDobMonth(int dobMonth)
           
 void setDobYear(int dobYear)
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setGender(String gender)
           
 void setLanguage(String language)
           
 void setNickname(String nickname)
           
 void setPostcode(String postcode)
           
 void setPrincipalHelper(SOAPPrincipalHelper principalHelper)
           
 void setProfileAttributesHelper(ProfileAttributesHelper profileAttributesHelper)
           
 void setProfileID(long profileID)
           
 void setProfileName(String profileName)
           
 void setProfiles(Map profiles)
           
 void setTimezone(String timezone)
           
 void setUser(User user)
           
 
Methods inherited from class com.atlassian.crowd.openid.server.action.BaseAction
addActionMessage, containsActionMessages, getActionMessageAlertColor, getAttribute, getBaseURL, getFirstAttribute, getHttpAuthenticator, getHttpReqest, getIdentifier, getPrincipalName, getRemotePrincipal, getRequest, getSecurityServerClient, getSession, isAdministrator, isAuthenticated, lookupDomainName, setHttpAuthenticator, setOpenIDAuthenticationManager, setProfileManager, setPropertyManager, setSecurityServerClient, setSiteManager, setUserManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, doInput, 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

EditProfiles

public EditProfiles()
Method Detail

execute

public String execute()
               throws Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport
Throws:
Exception

doMakeDefault

public String doMakeDefault()
                     throws Exception
Throws:
Exception

doUpdate

public String doUpdate()
                throws Exception
Throws:
Exception

doDelete

public String doDelete()
                throws Exception
Throws:
Exception

getUser

public User getUser()

setUser

public void setUser(User user)

getProfileID

public long getProfileID()

setProfileID

public void setProfileID(long profileID)

getCurrentProfile

public Profile getCurrentProfile()

setCurrentProfile

public void setCurrentProfile(Profile currentProfile)

getProfiles

public Map getProfiles()

setProfiles

public void setProfiles(Map profiles)

getProfileName

public String getProfileName()

setProfileName

public void setProfileName(String profileName)

getProfileAttributesHelper

public ProfileAttributesHelper getProfileAttributesHelper()

setProfileAttributesHelper

public void setProfileAttributesHelper(ProfileAttributesHelper profileAttributesHelper)

getDobDay

public int getDobDay()

setDobDay

public void setDobDay(int dobDay)

getDobMonth

public int getDobMonth()

setDobMonth

public void setDobMonth(int dobMonth)

getDobYear

public int getDobYear()

setDobYear

public void setDobYear(int dobYear)

getNickname

public String getNickname()

setNickname

public void setNickname(String nickname)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getGender

public String getGender()

setGender

public void setGender(String gender)

getPostcode

public String getPostcode()

setPostcode

public void setPostcode(String postcode)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getTimezone

public String getTimezone()

setTimezone

public void setTimezone(String timezone)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

isDefaultProfile

public boolean isDefaultProfile()

setDefaultProfile

public void setDefaultProfile(boolean defaultProfile)

getPrincipalHelper

public SOAPPrincipalHelper getPrincipalHelper()

setPrincipalHelper

public void setPrincipalHelper(SOAPPrincipalHelper principalHelper)


Copyright © 2012 Atlassian. All Rights Reserved.