public static enum JavaMessageServiceConnection.AuthenticationType extends Enum<JavaMessageServiceConnection.AuthenticationType> implements BmcEnum
Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
Enum Constant and Description |
---|
Basic |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static JavaMessageServiceConnection.AuthenticationType |
create(String key) |
String |
getValue() |
static JavaMessageServiceConnection.AuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaMessageServiceConnection.AuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaMessageServiceConnection.AuthenticationType None
public static final JavaMessageServiceConnection.AuthenticationType Basic
public static final JavaMessageServiceConnection.AuthenticationType UnknownEnumValue
public static JavaMessageServiceConnection.AuthenticationType[] values()
for (JavaMessageServiceConnection.AuthenticationType c : JavaMessageServiceConnection.AuthenticationType.values()) System.out.println(c);
public static JavaMessageServiceConnection.AuthenticationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static JavaMessageServiceConnection.AuthenticationType create(String key)
Copyright © 2016–2024. All rights reserved.