FileTransportConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: GeneralTransportConfigurationType
Where and how to store "file" messages.
Item Summary  
Name Type Multiplicity Description
name property
string
[1,1] Mandatory name of the transport - MUST be unique for each configured message transport. 
redirectToFile property
string
[0,1] All the messages are redirected into a specified file - useful for debugging. 
logToFile property
string
[0,1] In addition to sending message via this transport, writes it to a file. 
blackList property
string
[0,-1] Addresses that are on a "black list". 
whiteList property
string
[0,-1] Addresses that are on a "white list". 
recipientFilterExpression property
ExpressionType
[0,1] An expression that decides whether the recipient address is allowed to pass through or it should be blacklisted. 
recipientAddressExpression property
ExpressionType
[0,1] Optional expression for recipient address returned as a String. 
debug property
boolean
[0,1] Enables debugging specific for a given transport (if supported by it). 
file property
string
[0,1] File that stores all the "sent" messages.