Interface CertificateUserDetailsAdapter.Adapter

Enclosing class:
CertificateUserDetailsAdapter

public static interface CertificateUserDetailsAdapter.Adapter
An interface for adapting certificate details to a format that can be used to identify users by their email addresses and common name.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the common name associated with the certificate, which is typically used to identify the user.
    Returns a collection of email addresses associated with the certificate, if the certificate is an S/MIME certificate.
  • Method Details

    • getCommonName

      String getCommonName()
      Returns the common name associated with the certificate, which is typically used to identify the user.
      Returns:
      the common name
    • getEmailAddresses

      Set<String> getEmailAddresses()
      Returns a collection of email addresses associated with the certificate, if the certificate is an S/MIME certificate.
      Returns:
      a collection of email addresses