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 Type
    Method
    Description
    void
    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.ServletException
      Implement this method to add values to the list of potential subjects
      Parameters:
      subjects -
      certs -
      Throws:
      jakarta.servlet.ServletException