Uses of Class
app.nzyme.plugin.EncryptedRegistryKey
-
Packages that use EncryptedRegistryKey Package Description app.nzyme.plugin app.nzyme.plugin.rest.configuration -
-
Uses of EncryptedRegistryKey in app.nzyme.plugin
Methods in app.nzyme.plugin that return EncryptedRegistryKey Modifier and Type Method Description abstract EncryptedRegistryKeyEncryptedRegistryKey.Builder. build()static EncryptedRegistryKeyEncryptedRegistryKey. create(String key, Optional<List<ConfigurationEntryConstraint>> constraints, boolean requiresRestart) -
Uses of EncryptedRegistryKey in app.nzyme.plugin.rest.configuration
Methods in app.nzyme.plugin.rest.configuration with parameters of type EncryptedRegistryKey Modifier and Type Method Description static booleanConfigurationEntryConstraintValidator. checkConstraints(EncryptedRegistryKey key, Map.Entry<String,Object> variable)
-