Package com.atlassian.crowd.manager.sso
Interface SamlSSOCertificateServiceInternal
- All Superinterfaces:
SamlSSOCertificateService
A service for managing pairs of certificate and private key used in SSO.
- Since:
- 3.4.0
-
Method Summary
Modifier and TypeMethodDescriptionOptional<com.atlassian.crowd.model.sso.KeyCertificatePair> getKeyCertificatePair(long keyCertificatePairId) Methods inherited from interface com.atlassian.crowd.manager.sso.SamlSSOCertificateService
generateCertificateAndPrivateKey, getCertificate
-
Method Details
-
getKeyCertificatePair
Optional<com.atlassian.crowd.model.sso.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
-