Package com.atlassian.crowd.manager.sso
Interface SamlSSOCertificateServiceInternal
- All Superinterfaces:
SamlSSOCertificateService
- All Known Implementing Classes:
SamlSSOCertificateServiceImpl
A service for managing pairs of certificate and private key used in SSO.
- Since:
- 3.4.0
-
Method Summary
Methods inherited from interface com.atlassian.crowd.manager.sso.SamlSSOCertificateService
generateCertificateAndPrivateKey, getCertificate
-
Method Details
-
getKeyCertificatePair
- Parameters:
keyCertificatePairId
- the id of the key-certificate pair to fetch- Returns:
- key-certificate pair based on passed keyCertificatePairId if found, none otherwise
-