Interface MorpheusSynchronousLoadBalancerCertificateService
public interface MorpheusSynchronousLoadBalancerCertificateService
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(List<ReferenceData> certificates) Create new certificate in MorpheuscreateCertInstallToken
(AccountCertificate cert, String name, String category) getAccountCertificateById
(Long certificateId) This method will return a map containing details about an account certificate.listAccountCertificates
(Long loadBalancerId) listById
(Collection<Long> ids) Get a list of ReferenceData (certificates) objects from a list of projection idslistSyncProjections
(Long loadBalancerId, String objCategory) Get a list ofReferenceData
projections based on NetworkLoadBalancer idremove
(List<ReferenceDataSyncProjection> certificates) Remove persisted certificate from Morpheussave
(List<ReferenceData> certificates) Save updates to existing certificate
-
Method Details
-
listSyncProjections
Get a list ofReferenceData
projections based on NetworkLoadBalancer id- Parameters:
loadBalancerId
- the id of the load balancerobjCategory
- an additional category used for sync comparisons- Returns:
- Observable stream of sync projection
-
listById
Get a list of ReferenceData (certificates) objects from a list of projection ids- Parameters:
ids
- certificateid- Returns:
- Observable stream of partition
-
save
Save updates to existing certificate- Parameters:
certificates
- updated certificate- Returns:
- success
-
create
Create new certificate in Morpheus- Parameters:
certificates
- new ReferenceData (certificate) to persist- Returns:
- success
-
remove
Remove persisted certificate from Morpheus- Parameters:
certificates
- Images to delete- Returns:
- success
-
listAccountCertificates
-
getAccountCertificateById
-
createCertInstallToken
-
expireCertInstallToken
-
getCertificateContent
This method will return a map containing details about an account certificate. The source of the details may come from morpheus or another existing certificate integration if applicable- Parameters:
cert
-AccountCertificate
- Returns:
- a Map containing details about an account certificate
-
getSslInstallTokenName
String getSslInstallTokenName()
-