Class MailChannelModelProcessor.ChannelOverrideConfiguration
- java.lang.Object
-
- com.flowable.platform.engine.impl.eventregistry.mail.MailChannelModelProcessor.ChannelOverrideConfiguration
-
- Enclosing class:
- MailChannelModelProcessor
public static class MailChannelModelProcessor.ChannelOverrideConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChannelOverrideConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthenticationPassword()
java.lang.String
getAuthenticationUsername()
java.lang.String
getUrl()
void
setAuthenticationPassword(java.lang.String authenticationPassword)
void
setAuthenticationUsername(java.lang.String authenticationUsername)
void
setUrl(java.lang.String url)
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
-
setUrl
public void setUrl(java.lang.String url)
-
getAuthenticationUsername
public java.lang.String getAuthenticationUsername()
-
setAuthenticationUsername
public void setAuthenticationUsername(java.lang.String authenticationUsername)
-
getAuthenticationPassword
public java.lang.String getAuthenticationPassword()
-
setAuthenticationPassword
public void setAuthenticationPassword(java.lang.String authenticationPassword)
-
-