Class CreateRemoteCrowd

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.ModelDriven<RemoteCrowdConnection>, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class CreateRemoteCrowd extends CreateDirectory implements com.opensymphony.xwork2.ModelDriven<RemoteCrowdConnection>
See Also:
  • Constructor Details

    • CreateRemoteCrowd

      public CreateRemoteCrowd()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class CreateDirectory
    • update

      public String update()
    • testConnection

      public String testConnection()
    • buildDirectoryConfiguration

      protected DirectoryImpl buildDirectoryConfiguration()
    • doValidation

      protected void doValidation()
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getApplicationName

      public String getApplicationName()
    • setApplicationName

      public void setApplicationName(String applicationName)
    • getApplicationPassword

      public String getApplicationPassword()
    • setApplicationPassword

      public void setApplicationPassword(String applicationPassword)
    • isCacheEnabled

      public boolean isCacheEnabled()
    • setCacheEnabled

      public void setCacheEnabled(boolean cacheEnabled)
    • getPasswordEncoderFactory

      public PasswordEncoderFactory getPasswordEncoderFactory()
    • setPasswordEncoderFactory

      public void setPasswordEncoderFactory(PasswordEncoderFactory passwordEncoderFactory)
    • isUseNestedGroups

      public boolean isUseNestedGroups()
    • setUseNestedGroups

      public void setUseNestedGroups(boolean useNestedGroups)
    • getHttpProxyHost

      public String getHttpProxyHost()
    • setHttpProxyHost

      public void setHttpProxyHost(String httpProxyHost)
    • getHttpProxyPort

      public Integer getHttpProxyPort()
    • setHttpProxyPort

      public void setHttpProxyPort(Integer httpProxyPort)
    • getHttpProxyUsername

      public String getHttpProxyUsername()
    • setHttpProxyUsername

      public void setHttpProxyUsername(String httpProxyUsername)
    • getHttpProxyPassword

      public String getHttpProxyPassword()
    • setHttpProxyPassword

      public void setHttpProxyPassword(String httpProxyPassword)
    • getModel

      public RemoteCrowdConnection getModel()
      Specified by:
      getModel in interface com.opensymphony.xwork2.ModelDriven<RemoteCrowdConnection>