@ProviderType public static final class AuthenticationStrategy.BasicUserNamePassword extends Object implements AuthenticationStrategy
AuthenticationStrategy.BasicUserNamePassword, AuthenticationStrategy.ClientCertificateAuthentication, AuthenticationStrategy.Kerberos, AuthenticationStrategy.OAuth2| Modifier and Type | Method and Description |
|---|---|
TypedProperties |
getAuthenticationConfiguration() |
static AuthenticationStrategy.BasicUserNamePassword |
of(String username,
String password)
A factory method that creates an instance of
BasicUserNamePassword authentication
provider from the specified user name and password. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationpublic TypedProperties getAuthenticationConfiguration()
public static AuthenticationStrategy.BasicUserNamePassword of(String username, String password)
BasicUserNamePassword authentication
provider from the specified user name and password.username - the user name, not expected to be nullpassword - the password, not expected to be nullBasicUserNamePasswordCopyright 2019-2025 Solace Corporation. All rights reserved.