Package overit.geocall.mail
Class StaticAuthenticator
java.lang.Object
jakarta.mail.Authenticator
overit.geocall.mail.StaticAuthenticator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStaticAuthenticator(String username, String password) Creates a new instance of SmtpAuthenticator -
Method Summary
Methods inherited from class jakarta.mail.Authenticator
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite
-
Field Details
-
_username
-
_password
-
-
Constructor Details
-
StaticAuthenticator
Creates a new instance of SmtpAuthenticator- Parameters:
username- String containing the usernamepassword- String containing the password
-
-
Method Details
-
getPasswordAuthentication
- Overrides:
getPasswordAuthenticationin classAuthenticator
-