Interface CertificateExtractSubjectAttribute
- All Known Implementing Classes:
UpnExtractor
public interface CertificateExtractSubjectAttribute
Implement this class to extract a subject attribute from a certificate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubjects
(HashMap<String, String> subjects, X509Certificate[] certs) Implement this method to add values to the list of potential subjects
-
Method Details
-
addSubjects
void addSubjects(HashMap<String, String> subjects, X509Certificate[] certs) throws jakarta.servlet.ServletExceptionImplement this method to add values to the list of potential subjects- Parameters:
subjects
-certs
-- Throws:
jakarta.servlet.ServletException
-