@ProviderType
public static interface SolaceConstants.AuthenticationConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_SCHEME_BASIC
A valid value for the
SolaceProperties.AuthenticationProperties.SCHEME property; the basic
authentication; value is "AUTHENTICATION_SCHEME_BASIC". |
static String |
AUTHENTICATION_SCHEME_CLIENT_CERT
A valid value for the
SolaceProperties.AuthenticationProperties.SCHEME property; the client
certificate authentication; value is "AUTHENTICATION_SCHEME_CLIENT_CERTIFICATE". |
static String |
AUTHENTICATION_SCHEME_KERBEROS
A valid value for the
SolaceProperties.AuthenticationProperties.SCHEME property; the kerberos; value
is "AUTHENTICATION_SCHEME_GSS_KRB". |
static String |
AUTHENTICATION_SCHEME_OAUTH2
A valid value for the
SolaceProperties.AuthenticationProperties.SCHEME property; the OAuth 2.0
authentication; value is "AUTHENTICATION_SCHEME_OAUTH2". |
static final String AUTHENTICATION_SCHEME_BASIC
SolaceProperties.AuthenticationProperties.SCHEME property; the basic
authentication; value is "AUTHENTICATION_SCHEME_BASIC".static final String AUTHENTICATION_SCHEME_CLIENT_CERT
SolaceProperties.AuthenticationProperties.SCHEME property; the client
certificate authentication; value is "AUTHENTICATION_SCHEME_CLIENT_CERTIFICATE".static final String AUTHENTICATION_SCHEME_KERBEROS
SolaceProperties.AuthenticationProperties.SCHEME property; the kerberos; value
is "AUTHENTICATION_SCHEME_GSS_KRB".static final String AUTHENTICATION_SCHEME_OAUTH2
SolaceProperties.AuthenticationProperties.SCHEME property; the OAuth 2.0
authentication; value is "AUTHENTICATION_SCHEME_OAUTH2".Copyright 2019-2025 Solace Corporation. All rights reserved.