Package org.springframework.security.web.authentication.preauth.x509
package org.springframework.security.web.authentication.preauth.x509
X.509 client certificate authentication support. Hooks into the certificate exposed by
the servlet container through the
jakarta.servlet.request.X509Certificate
property.-
ClassDescriptionObtains the principal from a certificate using a regular expression match against the Subject (as returned by a call to
X509Certificate.getSubjectDN()
).Obtains the principal from an X509Certificate for use within the framework.