Interface SamlSSOCertificateServiceInternal

All Superinterfaces:
SamlSSOCertificateService
All Known Implementing Classes:
SamlSSOCertificateServiceImpl

@Internal public interface SamlSSOCertificateServiceInternal extends SamlSSOCertificateService
A service for managing pairs of certificate and private key used in SSO.
Since:
3.4.0
  • Method Details

    • getKeyCertificatePair

      Optional<KeyCertificatePair> getKeyCertificatePair(long keyCertificatePairId)
      Parameters:
      keyCertificatePairId - the id of the key-certificate pair to fetch
      Returns:
      key-certificate pair based on passed keyCertificatePairId if found, none otherwise