Uses of Class
org.apache.solr.security.cert.CertUtil.SANType
-
Packages that use CertUtil.SANType Package Description org.apache.solr.security.cert Certificate based authentication classes -
-
Uses of CertUtil.SANType in org.apache.solr.security.cert
Methods in org.apache.solr.security.cert that return CertUtil.SANType Modifier and Type Method Description static CertUtil.SANTypeCertUtil.SANType. fromValue(int value)static CertUtil.SANTypeCertUtil.SANType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertUtil.SANType[]CertUtil.SANType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-