Uses of Class
org.apache.synapse.transport.http.conn.SSLClientAuth
-
Packages that use SSLClientAuth Package Description org.apache.synapse.transport.http.conn -
-
Uses of SSLClientAuth in org.apache.synapse.transport.http.conn
Methods in org.apache.synapse.transport.http.conn that return SSLClientAuth Modifier and Type Method Description static SSLClientAuth
SSLClientAuth. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSLClientAuth[]
SSLClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.synapse.transport.http.conn with parameters of type SSLClientAuth Constructor Description ServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, RevocationVerificationManager verificationManager, String[] preferredCiphers)
-