Class SMTPServer

java.lang.Object
com.atlassian.crowd.util.mail.SMTPServer

public class SMTPServer extends Object
POJO holding SMTP server config.
  • Field Details

  • Constructor Details

  • Method Details

    • builder

      public static SMTPServer.Builder builder()
    • builder

      public static SMTPServer.Builder builder(SMTPServer smtpServer)
    • getId

      public String getId()
    • getHost

      public String getHost()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • getOauth2ConfigurationId

      public String getOauth2ConfigurationId()
    • getUseSSL

      public boolean getUseSSL()
    • getFrom

      public javax.mail.internet.InternetAddress getFrom()
    • getPrefix

      public String getPrefix()
    • getPort

      public int getPort()
    • getJndiLocation

      public String getJndiLocation()
    • isJndiMailActive

      public boolean isJndiMailActive()
    • isStartTLS

      public boolean isStartTLS()
    • getTimeout

      public int getTimeout()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object