public static enum RabbitMQContainer.SslVerification extends java.lang.Enum<RabbitMQContainer.SslVerification>
| Enum Constant and Description |
|---|
VERIFY_NONE |
VERIFY_PEER |
| Modifier and Type | Method and Description |
|---|---|
static RabbitMQContainer.SslVerification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RabbitMQContainer.SslVerification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RabbitMQContainer.SslVerification VERIFY_NONE
public static final RabbitMQContainer.SslVerification VERIFY_PEER
public static RabbitMQContainer.SslVerification[] values()
for (RabbitMQContainer.SslVerification c : RabbitMQContainer.SslVerification.values()) System.out.println(c);
public static RabbitMQContainer.SslVerification valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null