com.atlassian.crowd.console.action.directory
Class UpdateInternalConfiguration

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.crowd.console.action.BaseAction
          extended by com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
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 UpdateInternalConfiguration
extends BaseAction

Action that handles updating the configuration for an Internal Directory

See Also:
Serialized Form

Field Summary
protected  boolean useNestedGroups
           
 
Fields inherited from class com.atlassian.crowd.console.action.BaseAction
actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, directoryManager, initialLoad, logger, propertyManager, tab, tokenAuthenticationManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
UpdateInternalConfiguration()
           
 
Method Summary
 java.lang.String doUpdate()
           
 java.lang.String execute()
           
 Directory getDirectory()
           
 long getID()
           
 long getPasswordHistoryCount()
           
 long getPasswordMaxAttempts()
           
 long getPasswordMaxChangeTime()
           
 java.lang.String getPasswordRegex()
           
 java.lang.String getUserEncryptionMethod()
           
 boolean isUseNestedGroups()
           
 void setID(long ID)
           
 void setPasswordHistoryCount(long passwordHistoryCount)
           
 void setPasswordMaxAttempts(long passwordMaxAttempts)
           
 void setPasswordMaxChangeTime(long passwordMaxChangeTime)
           
 void setPasswordRegex(java.lang.String passwordRegex)
           
 void setUseNestedGroups(boolean useNestedGroups)
           
 
Methods inherited from class com.atlassian.crowd.console.action.BaseAction
addActionMessage, authorisedToAccessCrowdAdminConsole, authorisedToAccessCrowdConsole, containsActionMessages, containsErrorMessages, directory, doDefault, getActionMessageAlertColor, getAttribute, getBootstrapManager, getCurrentLicenseResourceTotal, getDisplayableLink, getFirstAttribute, getHttpRequest, getImageLocation, getImageTitle, getLicense, getLink, getRemoteUser, getSession, getSitemeshPageProperties, getSitemeshPageProperty, getTab, getText, getText, getUserName, getWebFragmentsContextMap, getWebInterfaceManager, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, isAdmin, isAtResourceLimit, isAuthenticated, isEvaluation, isInitialLoad, isLicenseExpired, isSubscription, isWithinGracePeriod, renderFreemarkerTemplate, setApplicationManager, setApplicationService, setClientProperties, setCrowdLicenseManager, setCrowdUserDetailsService, setDirectoryManager, setPropertyManager, setTab, setTokenAuthenticationManager, setWebInterfaceManager, setWebResourceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, 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
 

Field Detail

useNestedGroups

protected boolean useNestedGroups
Constructor Detail

UpdateInternalConfiguration

public UpdateInternalConfiguration()
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

doUpdate

public java.lang.String doUpdate()

getID

public long getID()

setID

public void setID(long ID)

getDirectory

public Directory getDirectory()

getPasswordMaxAttempts

public long getPasswordMaxAttempts()

setPasswordMaxAttempts

public void setPasswordMaxAttempts(long passwordMaxAttempts)

getPasswordMaxChangeTime

public long getPasswordMaxChangeTime()

setPasswordMaxChangeTime

public void setPasswordMaxChangeTime(long passwordMaxChangeTime)

getPasswordHistoryCount

public long getPasswordHistoryCount()

setPasswordHistoryCount

public void setPasswordHistoryCount(long passwordHistoryCount)

getPasswordRegex

public java.lang.String getPasswordRegex()

setPasswordRegex

public void setPasswordRegex(java.lang.String passwordRegex)

getUserEncryptionMethod

public java.lang.String getUserEncryptionMethod()

isUseNestedGroups

public boolean isUseNestedGroups()

setUseNestedGroups

public void setUseNestedGroups(boolean useNestedGroups)


Copyright © 2010 Atlassian. All Rights Reserved.