| Package | Description |
|---|---|
| org.bonitasoft.connectors.rest | |
| org.bonitasoft.connectors.rest.model |
| Modifier and Type | Method and Description |
|---|---|
protected SSLVerifier |
AbstractRESTConnectorImpl.getHostnameVerifier() |
| Modifier and Type | Method and Description |
|---|---|
SSLVerifier |
SSL.getSslVerifier()
SSL verifier value getter.
|
static SSLVerifier |
SSLVerifier.getSSLVerifierFromValue(String value)
Get the SSLVerifier value based on a given value, by default STRICT is returned.
|
static SSLVerifier |
SSLVerifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLVerifier[] |
SSLVerifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSL.setSslVerifier(SSLVerifier sslVerifier)
SSL verifier value setter.
|
Copyright © 2021. All rights reserved.