| Package | Description |
|---|---|
| org.wildfly.swarm.config.teiid |
| Modifier and Type | Method and Description |
|---|---|
Transport.SslMode |
Transport.sslMode()
can be one of disabled, login, or enabled disabled = no transport or
message level security will be used; login = only the login traffic will
be encrypted at a message level using 128 bit AES with an ephemerial DH
key exchange.
|
static Transport.SslMode |
Transport.SslMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport.SslMode[] |
Transport.SslMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Transport.sslMode(Transport.SslMode value)
can be one of disabled, login, or enabled disabled = no transport or
message level security will be used; login = only the login traffic will
be encrypted at a message level using 128 bit AES with an ephemerial DH
key exchange.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.