@Component public class TrustedKeyServiceImpl extends Object implements TrustedKeyService
Constructor and Description |
---|
TrustedKeyServiceImpl() |
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 public List<TrustedKey> findAll()
findAll
in interface TrustedKeyService
@NotNull public List<TrustedKey> findApproved()
findApproved
in interface TrustedKeyService
public void delete(long trustedKeyId)
delete
in interface TrustedKeyService
public boolean save(@NotNull TrustedKey trustedKey)
TrustedKeyService
save
in interface TrustedKeyService
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.