Enum HttpClientFactory.SecureCommsType

java.lang.Object
java.lang.Enum<HttpClientFactory.SecureCommsType>
org.alfresco.httpclient.HttpClientFactory.SecureCommsType
All Implemented Interfaces:
Serializable, Comparable<HttpClientFactory.SecureCommsType>, java.lang.constant.Constable
Enclosing class:
HttpClientFactory

public static enum HttpClientFactory.SecureCommsType extends Enum<HttpClientFactory.SecureCommsType>
Communication type for HttpClient: - NONE is plain http - SECRET is plain http with a shared secret via request header - HTTPS is mTLS with client authentication (certificates are required)