@Internal
public interface TrustedKeyService
Modifier and Type | Method and Description |
---|---|
void |
delete(long trustedKeyId) |
List<TrustedKey> |
findAll() |
List<TrustedKey> |
findApproved() |
boolean |
save(TrustedKey trustedKey)
Persists the given trusted key.
|
@NotNull List<TrustedKey> findAll()
@NotNull List<TrustedKey> findApproved()
void delete(long trustedKeyId)
boolean save(@NotNull TrustedKey trustedKey)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.