Package com.atlassian.bamboo.security
Interface TrustedKeyDao
- All Superinterfaces:
BambooObjectDao<TrustedKey>
- All Known Implementing Classes:
TrustedKeyHibernateDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleandelete(long id) Deletes the trusted key with given id.@NotNull List<TrustedKey> findAll()@Nullable TrustedKeyfindByHostAndKey(@NotNull String host, @NotNull String key) @Nullable TrustedKeyfindById(long id)
-
Method Details
-
findAll
-
findById
-
findByHostAndKey
@Nullable @Nullable TrustedKey findByHostAndKey(@NotNull @NotNull String host, @NotNull @NotNull String key) -
delete
boolean delete(long id) Deletes the trusted key with given id.- Returns:
- true if trusted key with given id was found was deleted, false otherwise
-