Uses of Class
com.atlassian.crowd.util.mail.SMTPServer
Packages that use SMTPServer
Package
Description
-
Uses of SMTPServer in com.atlassian.crowd.analytics.events
Constructors in com.atlassian.crowd.analytics.events with parameters of type SMTPServer -
Uses of SMTPServer in com.atlassian.crowd.event.configuration
Methods in com.atlassian.crowd.event.configuration that return SMTPServerModifier and TypeMethodDescriptionSmtpServerUpdatedEvent.getNewValue()
SmtpServerUpdatedEvent.getOldValue()
SmtpServerConfigurationTestEvent.getSmtpServerConfiguration()
Constructors in com.atlassian.crowd.event.configuration with parameters of type SMTPServerModifierConstructorDescriptionSmtpServerConfigurationTestEvent
(SMTPServer smtpServerTestConfig) SmtpServerUpdatedEvent
(SMTPServer oldValue, SMTPServer newValue) -
Uses of SMTPServer in com.atlassian.crowd.event.listener.mapper
Methods in com.atlassian.crowd.event.listener.mapper with parameters of type SMTPServerModifier and TypeMethodDescriptionAuditLogConfigurationMapper.calculateDifference
(SMTPServer oldValue, SMTPServer newValue) -
Uses of SMTPServer in com.atlassian.crowd.manager.mail
Methods in com.atlassian.crowd.manager.mail that return SMTPServerMethods in com.atlassian.crowd.manager.mail with parameters of type SMTPServerModifier and TypeMethodDescriptionMailSendManager.sendMultiple
(Collection<? extends EmailMessage> messages, SMTPServer smtpServer, PrintStream debugStream) void
MailSendManager.sendSingle
(EmailMessage message, SMTPServer smtpServer, PrintStream debugStream) MailManager.sendTestMail
(SMTPServer smtpServer, jakarta.mail.internet.InternetAddress emailAddress) Send a test email using the supplied mail server (remote host / JNDI)MailManagerImpl.sendTestMail
(SMTPServer smtpServer, jakarta.mail.internet.InternetAddress emailAddress) MailConfiguration.Builder.setSmtpServer
(SMTPServer smtpServer) -
Uses of SMTPServer in com.atlassian.crowd.manager.mail.transport
Methods in com.atlassian.crowd.manager.mail.transport with parameters of type SMTPServerModifier and TypeMethodDescription<T> T
BasicAuthenticationMailTransport.connectAndExecuteCallback
(BiFunction<jakarta.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) <T> T
JndiMailTransport.connectAndExecuteCallback
(BiFunction<jakarta.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) abstract <T> T
MailTransport.connectAndExecuteCallback
(BiFunction<jakarta.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<jakarta.mail.Transport, MailSessionWrapper, T> callback, SMTPServer smtpServer, PrintStream debugStream) <T> T
OAuth2MailTransport.connectAndExecuteCallback
(BiFunction<jakarta.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
Methods in com.atlassian.crowd.manager.property that return SMTPServerModifier and TypeMethodDescriptionPropertyManager.getSMTPServer()
Deprecated.PropertyManagerGeneric.getSMTPServer()
Methods in com.atlassian.crowd.manager.property with parameters of type SMTPServerModifier and TypeMethodDescriptionvoid
PropertyManager.setSMTPServer
(SMTPServer server) Deprecated.As of release 3.3.0, useinvalid reference
com.atlassian.crowd.manager.mail.MailConfigurationService#saveConfiguration()
void
PropertyManagerGeneric.setSMTPServer
(SMTPServer server) -
Uses of SMTPServer in com.atlassian.crowd.util.mail
Methods in com.atlassian.crowd.util.mail that return SMTPServerMethods in com.atlassian.crowd.util.mail with parameters of type SMTPServerModifier and TypeMethodDescriptionstatic SMTPServer.Builder
SMTPServer.builder
(SMTPServer smtpServer)
invalid reference