Uses of Class
org.jgroups.util.TLSClientAuth
-
Packages that use TLSClientAuth Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TLSClientAuth in org.jgroups.util
Fields in org.jgroups.util declared as TLSClientAuth Modifier and Type Field Description protected TLSClientAuthTLS. client_authMethods in org.jgroups.util that return TLSClientAuth Modifier and Type Method Description TLSClientAuthTLS. getClientAuth()static TLSClientAuthTLSClientAuth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TLSClientAuth[]TLSClientAuth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.util with parameters of type TLSClientAuth Modifier and Type Method Description TLSTLS. setClientAuth(TLSClientAuth c)
-