BEAST
eu.baltrad.beast.security.mail.IAdminMailer Interface Reference

Mailer for sending administrative emails. More...

Inheritance diagram for eu.baltrad.beast.security.mail.IAdminMailer:
eu.baltrad.beast.security.mail.AdminMailer

Public Member Functions

void sendKeyApprovalRequest (String to, String subject, String uri, String message, AuthorizationRequest request)
 Send mail when a key approval request has arrived.
 

Detailed Description

Mailer for sending administrative emails.

Author
anders

Member Function Documentation

◆ sendKeyApprovalRequest()

void eu.baltrad.beast.security.mail.IAdminMailer.sendKeyApprovalRequest ( String to,
String subject,
String uri,
String message,
AuthorizationRequest request )

Send mail when a key approval request has arrived.

Parameters
tothe recipient of the mail
subjectthe subject
urithe uri to be shown in the mail
messagethe message from the requestor
requestthe actual authorization request

Implemented in eu.baltrad.beast.security.mail.AdminMailer.


The documentation for this interface was generated from the following file: