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
Where and how to send mail messages (or any other mail messages).
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final Producer<MailTransportConfigurationType>
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
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
defaultFrom
(String value) <X> X
end()
boolean
redirectToFile
(String value) void
setDefaultFrom
(String value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
getBlackList, getDebug, 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 Details
-
COMPLEX_TYPE
-
F_SERVER
-
F_DEFAULT_FROM
-
FACTORY
-
-
Constructor Details
-
MailTransportConfigurationType
public MailTransportConfigurationType() -
MailTransportConfigurationType
Deprecated.
-
-
Method Details
-
getServer
-
getDefaultFrom
-
setDefaultFrom
-
equals
- Overrides:
equals
in classGeneralTransportConfigurationType
-
server
-
beginServer
-
defaultFrom
-
name
- Overrides:
name
in classGeneralTransportConfigurationType
-
redirectToFile
- Overrides:
redirectToFile
in classGeneralTransportConfigurationType
-
logToFile
- Overrides:
logToFile
in classGeneralTransportConfigurationType
-
blackList
- Overrides:
blackList
in classGeneralTransportConfigurationType
-
whiteList
- Overrides:
whiteList
in classGeneralTransportConfigurationType
-
recipientFilterExpression
- Overrides:
recipientFilterExpression
in classGeneralTransportConfigurationType
-
beginRecipientFilterExpression
- Overrides:
beginRecipientFilterExpression
in classGeneralTransportConfigurationType
-
recipientAddressExpression
- Overrides:
recipientAddressExpression
in classGeneralTransportConfigurationType
-
beginRecipientAddressExpression
- Overrides:
beginRecipientAddressExpression
in classGeneralTransportConfigurationType
-
debug
- Overrides:
debug
in classGeneralTransportConfigurationType
-
end
public <X> X end()- Overrides:
end
in classGeneralTransportConfigurationType
-
clone
- Overrides:
clone
in classGeneralTransportConfigurationType
-