Interface SysProvider<T>
- Type Parameters:
T
- type of API supported
- All Known Implementing Classes:
HcpSysProvider
public interface SysProvider<T>
Java Service Loader service to add support for sys APIs.
-
Method Summary
-
Method Details
-
supportedApi
Supported API by this provider.- Returns:
- sys API supported
-
createSys
Create a new instance of Sys.- Parameters:
config
- vault configurationrestAccess
- access to REST endpoints- Returns:
- a API to access sys functions
-