Package com.atlassian.bamboo.mail
Class SMTPMailServerWithEncryptedPassword
java.lang.Object
com.atlassian.mail.server.AbstractMailServer
com.atlassian.mail.server.impl.SMTPMailServerImpl
com.atlassian.bamboo.mail.SMTPMailServerWithEncryptedPassword
- All Implemented Interfaces:
com.atlassian.mail.server.auth.AuthenticationContextAware,com.atlassian.mail.server.MailServer,com.atlassian.mail.server.SMTPMailServer,Serializable
public class SMTPMailServerWithEncryptedPassword
extends com.atlassian.mail.server.impl.SMTPMailServerImpl
An SMTP server that treats the stored password as an Encrypted password and decrypts it before
sending mail
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.mail.server.impl.SMTPMailServerImpl
DEFAULT_TRANSPORT_CACHE_TTL, TRANSPORT_CACHE_TTL_PROPERTYFields inherited from class com.atlassian.mail.server.AbstractMailServer
isAuthenticating, logFields inherited from interface com.atlassian.mail.server.SMTPMailServer
DEFAULT_SMTP_PORT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.mail.server.impl.SMTPMailServerImpl
equals, getDefaultFrom, getJndiLocation, getJndiSession, getPrefix, getSession, getTransportCacheTtl, getType, hashCode, isRemovePrecedence, isSessionServer, isTlsHostnameCheckRequired, propertyChanged, quietSend, send, sendMimeMessage, sendWithMessageId, setDefaultFrom, setJndiLocation, setPrefix, setRemovePrecedence, setSessionServer, setTlsHostnameCheckRequired, toStringMethods inherited from class com.atlassian.mail.server.AbstractMailServer
getAuthenticationContext, getConnectionTimeout, getDebug, getDebugStream, getDescription, getHostname, getId, getMailProtocol, getMoreDebugInfoAboutCreatedSession, getName, getPassword, getProperties, getSessionFromServerManager, getSessionFromServerManagerInternal, getSocksHost, getSocksPort, getTimeout, getUsername, isTlsRequired, loadSystemProperties, setAuthenticationContext, setConnectionTimeout, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setTlsRequired, setUsername, smartConnectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.mail.server.MailServer
getDescription, getHostname, getId, getMailProtocol, getName, getPassword, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setUsernameMethods inherited from interface com.atlassian.mail.server.SMTPMailServer
getDebug, getDebugStream, isTlsRequired, isTransportCachingEnabled, setDebug, setTlsRequired
-
Constructor Details
-
SMTPMailServerWithEncryptedPassword
public SMTPMailServerWithEncryptedPassword()
-
-
Method Details
-
getPort
- Specified by:
getPortin interfacecom.atlassian.mail.server.MailServer- Overrides:
getPortin classcom.atlassian.mail.server.AbstractMailServer
-
getAuthenticator
protected javax.mail.Authenticator getAuthenticator()- Overrides:
getAuthenticatorin classcom.atlassian.mail.server.AbstractMailServer
-