- All Known Subinterfaces:
- CubbyholeSecrets,- DbSecrets,- Kv1Secrets,- Kv2Secrets,- PkiSecrets,- TransitSecrets
public interface Secrets
All engines provide an implementation of this interface with specific methods for these engines.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionlist()List available secrets.list(ListSecrets.Request request) List available secrets.List available secrets on a path.
- 
Method Details- 
listList available secrets. This method will return an empty list if no data found.- Returns:
- secrets available
 
- 
listList available secrets on a path. To get root list, use empty string for path. This method will return an empty list if no data found.- Parameters:
- path- path to find secrets in
- Returns:
- secrets available
 
- 
listList available secrets.- Parameters:
- request- request
- Returns:
- future with response
 
 
-