Class UpnExtractor
java.lang.Object
com.tremolosecurity.proxy.auth.ssl.util.UpnExtractor
- All Implemented Interfaces:
CertificateExtractSubjectAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubjects(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:CertificateExtractSubjectAttributeImplement this method to add values to the list of potential subjects- Specified by:
addSubjectsin interfaceCertificateExtractSubjectAttribute- Parameters:
subjects-certs-- Throws:
jakarta.servlet.ServletException
-