Interface CertificateCriteria


public interface CertificateCriteria
Search criteria for certificate related data.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get the first subject DN.
    Get an array of subject DNs.
    default boolean
    Test if this filter has any user certificate criteria.
  • Method Details

    • getSubjectDn

      default String getSubjectDn()
      Get the first subject DN.

      This returns the first available subject DN from the getSubjectDns() array, or null if not available.

      Returns:
      the first subject DN, or null if not available
    • getSubjectDns

      String[] getSubjectDns()
      Get an array of subject DNs.
      Returns:
      array of subject DNs (may be null)
    • hasCertificateCriteria

      default boolean hasCertificateCriteria()
      Test if this filter has any user certificate criteria.
      Returns:
      true if the subject DN is non-null