Uses of Class
org.bonitasoft.connectors.rest.model.SSLVerifier
-
Packages that use SSLVerifier Package Description org.bonitasoft.connectors.rest org.bonitasoft.connectors.rest.model -
-
Uses of SSLVerifier in org.bonitasoft.connectors.rest
Methods in org.bonitasoft.connectors.rest that return SSLVerifier Modifier and Type Method Description protected SSLVerifierAbstractRESTConnectorImpl. getHostnameVerifier() -
Uses of SSLVerifier in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return SSLVerifier Modifier and Type Method Description SSLVerifierSSL. getSslVerifier()SSL verifier value getter.static SSLVerifierSSLVerifier. getSSLVerifierFromValue(String value)Get the SSLVerifier value based on a given value, by default STRICT is returned.static SSLVerifierSSLVerifier. 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.Methods in org.bonitasoft.connectors.rest.model with parameters of type SSLVerifier Modifier and Type Method Description voidSSL. setSslVerifier(SSLVerifier sslVerifier)SSL verifier value setter.
-