Interface CertificateCriteria
public interface CertificateCriteria
Search criteria for certificate related data.
-
Method Details
-
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
-