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 Details
-
supportedApi
Supported API by this provider.- Returns:
- sys API supported
-
createSys
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance of Sys.- Parameters:
config- vault configurationrestAccess- access to REST endpoints- Returns:
- an API to access sys functions
-
createSys
Create a new instance of Sys.API Note: the default method implementation is provided for backward compatibility and will be removed in the next major version
- Parameters:
config- vault configurationrestAccess- access to REST endpoints- Returns:
- an API to access sys functions
- Since:
- 4.4.0
-