Class CrowdConnectionTestEntity

java.lang.Object
com.atlassian.crowd.plugin.rest.entity.CrowdConnectionTestEntity

public class CrowdConnectionTestEntity extends Object
  • Constructor Details

    • CrowdConnectionTestEntity

      public CrowdConnectionTestEntity()
    • CrowdConnectionTestEntity

      public CrowdConnectionTestEntity(String url, String applicationName, String applicationPassword, String httpProxyHost, Integer httpProxyPort, String httpProxyUsername, String httpProxyPassword)
  • Method Details

    • getUrl

      public String getUrl()
    • getApplicationName

      public String getApplicationName()
    • getApplicationPassword

      public String getApplicationPassword()
    • getHttpProxyHost

      public String getHttpProxyHost()
    • getHttpProxyPort

      public Integer getHttpProxyPort()
    • getHttpProxyUsername

      public String getHttpProxyUsername()
    • getHttpProxyPassword

      public String getHttpProxyPassword()