Uses of Class
com.atlassian.crowd.util.mail.SMTPServer
Package
Description
-
Uses of SMTPServer in com.atlassian.crowd.analytics.events
-
Uses of SMTPServer in com.atlassian.crowd.event.configuration
Modifier and TypeMethodDescriptionSmtpServerUpdatedEvent.getNewValue()
SmtpServerUpdatedEvent.getOldValue()
SmtpServerConfigurationTestEvent.getSmtpServerConfiguration()
ModifierConstructorDescriptionSmtpServerConfigurationTestEvent
(SMTPServer smtpServerTestConfig) SmtpServerUpdatedEvent
(SMTPServer oldValue, SMTPServer newValue) -
Uses of SMTPServer in com.atlassian.crowd.event.listener.mapper
Modifier and TypeMethodDescriptionAuditLogConfigurationMapper.calculateDifference
(SMTPServer oldValue, SMTPServer newValue) -
Uses of SMTPServer in com.atlassian.crowd.manager.mail
Modifier and TypeMethodDescriptionMailSendManager.sendMultiple
(Collection<? extends EmailMessage> messages, SMTPServer smtpServer, PrintStream debugStream) void
MailSendManager.sendSingle
(EmailMessage message, SMTPServer smtpServer, PrintStream debugStream) MailManager.sendTestMail
(SMTPServer smtpServer, javax.mail.internet.InternetAddress emailAddress) Send a test email using the supplied mail server (remote host / JNDI)MailManagerImpl.sendTestMail
(SMTPServer smtpServer, javax.mail.internet.InternetAddress emailAddress) MailConfiguration.Builder.setSmtpServer
(SMTPServer smtpServer) -
Uses of SMTPServer in com.atlassian.crowd.manager.mail.transport
Modifier and TypeMethodDescription<T> T
BasicAuthenticationMailTransport.connectAndExecuteCallback
(BiFunction<javax.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) <T> T
JndiMailTransport.connectAndExecuteCallback
(BiFunction<javax.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) abstract <T> T
MailTransport.connectAndExecuteCallback
(BiFunction<javax.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) Opens a connection to an SMTP server, executes a callback and closes the connection.<T> T
NoAuthenticationMailTransport.connectAndExecuteCallback
(BiFunction<javax.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) <T> T
OAuth2MailTransport.connectAndExecuteCallback
(BiFunction<javax.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) protected Properties
MailTransport.getCommonSessionProperties
(SMTPServer smtpServer) MailTransportContext.getMailTransport
(SMTPServer smtpServer) protected String
MailTransport.getProtocol
(SMTPServer smtpServer) -
Uses of SMTPServer in com.atlassian.crowd.manager.property
Modifier and TypeMethodDescriptionPropertyManager.getSMTPServer()
Deprecated.PropertyManagerGeneric.getSMTPServer()
Modifier and TypeMethodDescriptionvoid
PropertyManager.setSMTPServer
(SMTPServer server) Deprecated.As of release 3.3.0, usecom.atlassian.crowd.manager.mail.MailConfigurationService#saveConfiguration()
void
PropertyManagerGeneric.setSMTPServer
(SMTPServer server) -
Uses of SMTPServer in com.atlassian.crowd.util.mail
Modifier and TypeMethodDescriptionstatic SMTPServer.Builder
SMTPServer.builder
(SMTPServer smtpServer)
com.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration()