Class MicrosoftRestMailServer
java.lang.Object
org.forgerock.openam.services.email.rest.MicrosoftRestMailServer
- All Implemented Interfaces:
MailServer
Sends emails over REST using the OAuth2 client credentials grant type for authentication.
A POST request is sent with a payload containing a base64 encoded mime message, and an authorization header containing an access token.
-
Method Summary