Uses of Class
org.apache.solr.security.cert.CertResolverPattern.CheckType
-
Packages that use CertResolverPattern.CheckType Package Description org.apache.solr.security.cert Certificate based authentication classes -
-
Uses of CertResolverPattern.CheckType in org.apache.solr.security.cert
Methods in org.apache.solr.security.cert that return CertResolverPattern.CheckType Modifier and Type Method Description static CertResolverPattern.CheckTypeCertResolverPattern.CheckType. fromString(String checkType)CertResolverPattern.CheckTypeCertResolverPattern. getCheckType()static CertResolverPattern.CheckTypeCertResolverPattern.CheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertResolverPattern.CheckType[]CertResolverPattern.CheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.security.cert with parameters of type CertResolverPattern.CheckType Modifier and Type Method Description static booleanCertResolverPattern. matchesPattern(String value, CertResolverPattern.CheckType checkType, Set<String> values)Determines if a given value matches the specified filter values, depending on the check type.
-