Uses of Interface
org.forgerock.openam.services.email.MailServer
Package
Description
Service interface for sending email messages and default implementation.
REST implementation for sending email messages.
-
Uses of MailServer in org.forgerock.am.mail.application
Modifier and TypeMethodDescriptionLoad the mail server implementation based on the class name and realm. -
Uses of MailServer in org.forgerock.openam.services.email
Modifier and TypeInterfaceDescriptioninterface
MailServerFactory<T extends MailServer>
Factory interface for creating instances ofMailServer
.Modifier and TypeClassDescriptionclass
DefaultMailServer
implementation that sends email via the configured SMTP server. -
Uses of MailServer in org.forgerock.openam.services.email.rest
Modifier and TypeClassDescriptionclass
Sends emails over REST using the OAuth2 client credentials grant type for authentication.