Package org.apache.solr.security.cert
package org.apache.solr.security.cert
Certificate based authentication classes
-
ClassDescriptionDefines the interface for resolving a
Principalfrom an X509 certificate.Represents a pattern for resolving certificate information, specifying the criteria for extracting and matching values from certificates.Enum defining the types of checks that can be performed on extracted certificate values.Utility class for certificate-related operations, including extracting fields from the subject or issuer DN and SAN fields from X509 certificates.Supported SAN (Subject Alternative Name) types as defined in RFC 5280Implements aCertPrincipalResolverthat resolves aPrincipalfrom an X509 certificate based on configurable paths, filters, and optional extraction patterns.Abstract base class for implementing path-based certificate resolvers.