Interface SecretQuery
- All Known Implementing Classes:
SecretQueryImpl
public interface SecretQuery
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionQuery for secrets with the given idlist()Return a list ofSecret(s)Query for secrets with the given nameReturn a singleSecretQuery for secrets in the given tenanttenantIdLike(String tenantIdLike) Query for secrets with a tenant id like the given one
-
Method Details
-
id
Query for secrets with the given id -
name
Query for secrets with the given name -
tenantId
Query for secrets in the given tenant -
tenantIdLike
Query for secrets with a tenant id like the given one -
singleResult
-
list
-