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