Interface IPluginMailEncryptionParams
-
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginMailEncryptionParams
public interface IPluginMailEncryptionParams extends IPluginParameters, Serializable
Parameters for plugin access-properties- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mandant
getClient()
An email is usually sent in a certain context, such as during a workflow action.String
getMailAddress()
A mail address (string converted) to obtain a certificate for
-
-
-
Method Detail
-
getMailAddress
String getMailAddress()
A mail address (string converted) to obtain a certificate for- Returns:
- Mail address
-
getClient
Mandant getClient()
An email is usually sent in a certain context, such as during a workflow action. This returns the client the user, workflow action etc. belongs to.- Returns:
- The current client, ie. the context in which the email is sent.
null
if no client exists, eg. when sending a system email.
-
-