Interface ManagedSecretProvider
- All Superinterfaces:
SecretProvider
A
SecretProvider
managed by the Platform. Typically just wraps another SecretProvider but exposes additional
methods.-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.inductiveautomation.ignition.gateway.secrets.SecretProvider
list, read, write
-
Method Details
-
getResource
DecodedResource<ExtensionPointConfig<SecretProviderConfig,?>> getResource()- Returns:
- the config resource associated with this provider. never null.
-