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