@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, wait
getConfiguration
public 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 null
password
- the password, not expected to be null
BasicUserNamePassword
Copyright 2019-2024 Solace Corporation. All rights reserved.