Class UpnExtractor
java.lang.Object
com.tremolosecurity.proxy.auth.ssl.util.UpnExtractor
- All Implemented Interfaces:
CertificateExtractSubjectAttribute
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubjects
(HashMap<String, String> subjects, X509Certificate[] certs) Implement this method to add values to the list of potential subjects
-
Constructor Details
-
UpnExtractor
public UpnExtractor()
-
-
Method Details
-
addSubjects
public void addSubjects(HashMap<String, String> subjects, X509Certificate[] certs) throws jakarta.servlet.ServletExceptionDescription copied from interface:CertificateExtractSubjectAttribute
Implement this method to add values to the list of potential subjects- Specified by:
addSubjects
in interfaceCertificateExtractSubjectAttribute
- Parameters:
subjects
-certs
-- Throws:
jakarta.servlet.ServletException
-