public static enum RealtimeMessageAuthentication.AuthenticationType extends Enum<RealtimeMessageAuthentication.AuthenticationType> implements BmcEnum
Type of authentication method to be used.
Enum Constant and Description |
---|
Credentials |
Token |
Modifier and Type | Method and Description |
---|---|
static RealtimeMessageAuthentication.AuthenticationType |
create(String key) |
String |
getValue() |
static RealtimeMessageAuthentication.AuthenticationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeMessageAuthentication.AuthenticationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealtimeMessageAuthentication.AuthenticationType Credentials
public static final RealtimeMessageAuthentication.AuthenticationType Token
public static RealtimeMessageAuthentication.AuthenticationType[] values()
for (RealtimeMessageAuthentication.AuthenticationType c : RealtimeMessageAuthentication.AuthenticationType.values()) System.out.println(c);
public static RealtimeMessageAuthentication.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 RealtimeMessageAuthentication.AuthenticationType create(String key)
Copyright © 2016–2025. All rights reserved.