Uses of Enum
org.apache.synapse.transport.http.conn.SSLClientAuth
Packages that use SSLClientAuth
-
Uses of SSLClientAuth in org.apache.synapse.transport.http.conn
Methods in org.apache.synapse.transport.http.conn that return SSLClientAuthModifier and TypeMethodDescriptionstatic SSLClientAuthReturns 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 SSLClientAuthModifierConstructorDescriptionServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, CertificateVerificationManager verificationManager, String[] preferredCiphers)