Class MailInboundChannelModel.AuthenticationProperties

    • Field Detail

      • 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.
      • delegateAuthenticator

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

      • AuthenticationProperties

        public AuthenticationProperties()
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getDelegateAuthenticator

        public String getDelegateAuthenticator()
      • setDelegateAuthenticator

        public void setDelegateAuthenticator​(String delegateAuthenticator)