Class MailInboundChannelModel.AuthenticationProperties
java.lang.Object
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.AuthenticationProperties
- Enclosing class:
- MailInboundChannelModel
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
The name of the bean which is an instance ofAuthenticator
that will be used as the authenticator.protected String
The password that should be used to authenticated the connection with the Mail Server.protected String
The username that should be used to authenticated the connection with the Mail Server. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDelegatingAuthenticator
(String delegatingAuthenticator) void
setPassword
(String password) void
setUsername
(String username)
-
Field Details
-
username
The username that should be used to authenticated the connection with the Mail Server. -
password
The password that should be used to authenticated the connection with the Mail Server. This doesn't have to be hardcoded password, it can be a SpEL expression that will load the password from system properties. -
delegatingAuthenticator
The name of the bean which is an instance ofAuthenticator
that will be used as the authenticator.
-
-
Constructor Details
-
AuthenticationProperties
public AuthenticationProperties()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getDelegatingAuthenticator
-
setDelegatingAuthenticator
-