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, java.io.Serializable, java.lang.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
 java.lang.String doDelete()
           
 java.lang.String doMakeDefault()
           
 java.lang.String doUpdate()
           
 java.lang.String execute()
           
 java.lang.String getCountry()
           
 Profile getCurrentProfile()
           
 int getDobDay()
           
 int getDobMonth()
           
 int getDobYear()
           
 java.lang.String getEmail()
           
 java.lang.String getFullName()
           
 java.lang.String getGender()
           
 java.lang.String getLanguage()
           
 java.lang.String getNickname()
           
 java.lang.String getPostcode()
           
 SOAPPrincipalHelper getPrincipalHelper()
           
 ProfileAttributesHelper getProfileAttributesHelper()
           
 long getProfileID()
           
 java.lang.String getProfileName()
           
 java.util.Map getProfiles()
           
 java.lang.String getTimezone()
           
 User getUser()
           
 boolean isDefaultProfile()
           
 void setCountry(java.lang.String country)
           
 void setCurrentProfile(Profile currentProfile)
           
 void setDefaultProfile(boolean defaultProfile)
           
 void setDobDay(int dobDay)
           
 void setDobMonth(int dobMonth)
           
 void setDobYear(int dobYear)
           
 void setEmail(java.lang.String email)
           
 void setFullName(java.lang.String fullName)
           
 void setGender(java.lang.String gender)
           
 void setLanguage(java.lang.String language)
           
 void setNickname(java.lang.String nickname)
           
 void setPostcode(java.lang.String postcode)
           
 void setPrincipalHelper(SOAPPrincipalHelper principalHelper)
           
 void setProfileAttributesHelper(ProfileAttributesHelper profileAttributesHelper)
           
 void setProfileID(long profileID)
           
 void setProfileName(java.lang.String profileName)
           
 void setProfiles(java.util.Map profiles)
           
 void setTimezone(java.lang.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 java.lang.String execute()
                         throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport
Throws:
java.lang.Exception

doMakeDefault

public java.lang.String doMakeDefault()
                               throws java.lang.Exception
Throws:
java.lang.Exception

doUpdate

public java.lang.String doUpdate()
                          throws java.lang.Exception
Throws:
java.lang.Exception

doDelete

public java.lang.String doDelete()
                          throws java.lang.Exception
Throws:
java.lang.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 java.util.Map getProfiles()

setProfiles

public void setProfiles(java.util.Map profiles)

getProfileName

public java.lang.String getProfileName()

setProfileName

public void setProfileName(java.lang.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 java.lang.String getNickname()

setNickname

public void setNickname(java.lang.String nickname)

getFullName

public java.lang.String getFullName()

setFullName

public void setFullName(java.lang.String fullName)

getEmail

public java.lang.String getEmail()

setEmail

public void setEmail(java.lang.String email)

getGender

public java.lang.String getGender()

setGender

public void setGender(java.lang.String gender)

getPostcode

public java.lang.String getPostcode()

setPostcode

public void setPostcode(java.lang.String postcode)

getCountry

public java.lang.String getCountry()

setCountry

public void setCountry(java.lang.String country)

getTimezone

public java.lang.String getTimezone()

setTimezone

public void setTimezone(java.lang.String timezone)

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)

isDefaultProfile

public boolean isDefaultProfile()

setDefaultProfile

public void setDefaultProfile(boolean defaultProfile)

getPrincipalHelper

public SOAPPrincipalHelper getPrincipalHelper()

setPrincipalHelper

public void setPrincipalHelper(SOAPPrincipalHelper principalHelper)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.