Class MailTransportConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MailTransportConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class MailTransportConfigurationType extends GeneralTransportConfigurationType
Where and how to send mail messages (or any other mail messages).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DEFAULT_FROM
static ItemName
F_SERVER
static Producer<MailTransportConfigurationType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
F_BLACK_LIST, F_DEBUG, F_LOG_TO_FILE, F_NAME, F_RECIPIENT_ADDRESS_EXPRESSION, F_RECIPIENT_FILTER_EXPRESSION, F_REDIRECT_TO_FILE, F_WHITE_LIST
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MailTransportConfigurationType()
MailTransportConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
getBlackList, getLogToFile, getName, getRecipientAddressExpression, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setName, setRecipientAddressExpression, setRecipientFilterExpression, setRedirectToFile
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SERVER
public static final ItemName F_SERVER
-
F_DEFAULT_FROM
public static final ItemName F_DEFAULT_FROM
-
FACTORY
public static final Producer<MailTransportConfigurationType> FACTORY
-
-
Constructor Detail
-
MailTransportConfigurationType
public MailTransportConfigurationType()
-
MailTransportConfigurationType
@Deprecated public MailTransportConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getServer
public List<MailServerConfigurationType> getServer()
-
getDefaultFrom
public String getDefaultFrom()
-
setDefaultFrom
public void setDefaultFrom(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classGeneralTransportConfigurationType
-
server
public MailTransportConfigurationType server(MailServerConfigurationType value)
-
beginServer
public MailServerConfigurationType beginServer()
-
defaultFrom
public MailTransportConfigurationType defaultFrom(String value)
-
name
public MailTransportConfigurationType name(String value)
- Overrides:
name
in classGeneralTransportConfigurationType
-
redirectToFile
public MailTransportConfigurationType redirectToFile(String value)
- Overrides:
redirectToFile
in classGeneralTransportConfigurationType
-
logToFile
public MailTransportConfigurationType logToFile(String value)
- Overrides:
logToFile
in classGeneralTransportConfigurationType
-
blackList
public MailTransportConfigurationType blackList(String value)
- Overrides:
blackList
in classGeneralTransportConfigurationType
-
whiteList
public MailTransportConfigurationType whiteList(String value)
- Overrides:
whiteList
in classGeneralTransportConfigurationType
-
recipientFilterExpression
public MailTransportConfigurationType recipientFilterExpression(ExpressionType value)
- Overrides:
recipientFilterExpression
in classGeneralTransportConfigurationType
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
- Overrides:
beginRecipientFilterExpression
in classGeneralTransportConfigurationType
-
recipientAddressExpression
public MailTransportConfigurationType recipientAddressExpression(ExpressionType value)
- Overrides:
recipientAddressExpression
in classGeneralTransportConfigurationType
-
beginRecipientAddressExpression
public ExpressionType beginRecipientAddressExpression()
- Overrides:
beginRecipientAddressExpression
in classGeneralTransportConfigurationType
-
debug
public MailTransportConfigurationType debug(Boolean value)
- Overrides:
debug
in classGeneralTransportConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classGeneralTransportConfigurationType
-
clone
public MailTransportConfigurationType clone()
- Overrides:
clone
in classGeneralTransportConfigurationType
-
-