public static class MailInboundChannelModel.AuthenticationProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
delegateAuthenticator
The name of the bean which is an instance of
Authenticator that will be used as the authenticator. |
protected String |
password
The password that should be used to authenticated the connection with the Mail Server.
|
protected String |
username
The username that should be used to authenticated the connection with the Mail Server.
|
Constructor and Description |
---|
AuthenticationProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getDelegateAuthenticator() |
String |
getPassword() |
String |
getUsername() |
void |
setDelegateAuthenticator(String delegateAuthenticator) |
void |
setPassword(String password) |
void |
setUsername(String username) |
protected String username
protected String password
protected String delegateAuthenticator
Authenticator
that will be used as the authenticator.public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getDelegateAuthenticator()
public void setDelegateAuthenticator(String delegateAuthenticator)