Class MailInboundChannelModel.AuthenticationProperties

java.lang.Object
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.AuthenticationProperties
Enclosing class:
MailInboundChannelModel

public static class MailInboundChannelModel.AuthenticationProperties extends Object
  • Field Details

    • username

      protected String username
      The username that should be used to authenticated the connection with the Mail Server.
    • password

      protected String 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

      protected String delegatingAuthenticator
      The name of the bean which is an instance of Authenticator that will be used as the authenticator.
  • Constructor Details

    • AuthenticationProperties

      public AuthenticationProperties()
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getDelegatingAuthenticator

      public String getDelegatingAuthenticator()
    • setDelegatingAuthenticator

      public void setDelegatingAuthenticator(String delegatingAuthenticator)