public static class SolEnum.AuthenticationScheme
extends java.lang.Object
SessionHandle.PROPERTIES.AUTHENTICATION_SCHEME
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASIC
use basic (username/password) authentication
|
static java.lang.String |
CLIENT_CERTIFICATE
Client provides a signed certificate for authentication
|
static java.lang.String |
GSS_KRB
Client is authenticated by Kerberos and an authentication token
exists.
|
static java.lang.String |
OAUTH2
OAUTH 2.0 authentication with a token.
|
Constructor and Description |
---|
AuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.lang.String fieldValue) |
public static final java.lang.String BASIC
public static final java.lang.String CLIENT_CERTIFICATE
public static final java.lang.String GSS_KRB
public static final java.lang.String OAUTH2
Copyright 2004-2024 Solace Corporation. All rights reserved.