Uses of Interface
org.forgerock.openam.services.email.MailServer
-
Packages that use MailServer Package Description org.forgerock.am.mail.application org.forgerock.openam.services.email Service interface for sending email messages and default implementation.org.forgerock.openam.services.email.rest REST implementation for sending email messages. -
-
Uses of MailServer in org.forgerock.am.mail.application
Methods in org.forgerock.am.mail.application that return MailServer Modifier and Type Method Description MailServer
MailServerLoader. load(String realm)
Load the mail server implementation based on the class name and realm. -
Uses of MailServer in org.forgerock.openam.services.email
Classes in org.forgerock.openam.services.email with type parameters of type MailServer Modifier and Type Interface Description interface
MailServerFactory<T extends MailServer>
Factory interface for creating instances ofMailServer
.Classes in org.forgerock.openam.services.email that implement MailServer Modifier and Type Class Description class
MailServerImpl
DefaultMailServer
implementation that sends email via the configured SMTP server. -
Uses of MailServer in org.forgerock.openam.services.email.rest
Classes in org.forgerock.openam.services.email.rest that implement MailServer Modifier and Type Class Description class
MicrosoftRestMailServer
Sends emails over REST using the OAuth2 client credentials grant type for authentication.
-