Uses of Enum
de.xima.fc.mdl.enums.EMailSecurityTemplate
Packages that use EMailSecurityTemplate
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EMailSecurityTemplate in de.xima.fc.mdl.enums
Subclasses with type arguments of type EMailSecurityTemplate in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumSpecifies templates for email security configurations, combiningsecurity typeswith specific usage modes (like signing only, encryption only, or both).Methods in de.xima.fc.mdl.enums that return EMailSecurityTemplateModifier and TypeMethodDescriptionstatic EMailSecurityTemplateEMailEncrpytionType.toSecurityTemplate(EMailEncrpytionType type) Deprecated.static EMailSecurityTemplateReturns the enum constant of this type with the specified name.static EMailSecurityTemplate[]EMailSecurityTemplate.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EMailSecurityTemplate in de.xima.fc.mdl.mail
Methods in de.xima.fc.mdl.mail with parameters of type EMailSecurityTemplateModifier and TypeMethodDescriptionstatic MailSecurityConfig.BuilderMailSecurityConfig.builder(EMailSecurityTemplate securityTemplate) -
Uses of EMailSecurityTemplate in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type EMailSecurityTemplate -
Uses of EMailSecurityTemplate in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EMailSecurityTemplateModifier and TypeMethodDescriptionFcEmailProps.getSecurityTemplate()Gets the mail encryption Type.Methods in de.xima.fc.workflow.model.nodes with parameters of type EMailSecurityTemplateModifier and TypeMethodDescriptionvoidFcEmailProps.setSecurityTemplate(EMailSecurityTemplate securityTemplate) Sets the mail encryption Type. -
Uses of EMailSecurityTemplate in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type EMailSecurityTemplateModifier and TypeMethodDescriptionIEmailNodeBuilder.securityTemplate(EMailSecurityTemplate securityTemplate)