public static enum AbstractSaslSCRAM.BindType extends Enum<AbstractSaslSCRAM.BindType>
| Enum Constant and Description |
|---|
n
Client doesn't support channel binding.
|
tls_server_end_point
Client requires channel binding:
tls-server-end-point. |
tls_unique
Client requires channel binding:
tls-unique. |
y
Client does support channel binding but thinks the server does not.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractSaslSCRAM.BindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSaslSCRAM.BindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSaslSCRAM.BindType n
public static final AbstractSaslSCRAM.BindType y
public static final AbstractSaslSCRAM.BindType tls_unique
tls-unique.public static final AbstractSaslSCRAM.BindType tls_server_end_point
tls-server-end-point.public static AbstractSaslSCRAM.BindType[] values()
for (AbstractSaslSCRAM.BindType c : AbstractSaslSCRAM.BindType.values()) System.out.println(c);
public static AbstractSaslSCRAM.BindType 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 nullCopyright © 2022 "Tigase, Inc.". All rights reserved.