Uses of Class
org.apache.zookeeper.common.X509Util.ClientAuth
-
Packages that use X509Util.ClientAuth Package Description org.apache.zookeeper.common -
-
Uses of X509Util.ClientAuth in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that return X509Util.ClientAuth Modifier and Type Method Description static X509Util.ClientAuth
X509Util.ClientAuth. fromPropertyValue(String prop)
Converts a property value to a ClientAuth enum.static X509Util.ClientAuth
X509Util.ClientAuth. valueOf(String name)
Returns the enum constant of this type with the specified name.static X509Util.ClientAuth[]
X509Util.ClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-