public class PluginConfigWrapper extends Object
Constructor and Description |
---|
PluginConfigWrapper(String name,
StoragePluginConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
createOrUpdateInStorage(StoragePluginRegistry storage) |
boolean |
enabled() |
StoragePluginConfig |
getConfig() |
String |
getName() |
boolean |
isOauth()
Determines whether the storage plugin in question needs the OAuth button in the UI.
|
public PluginConfigWrapper(String name, StoragePluginConfig config)
public String getName()
public StoragePluginConfig getConfig()
public boolean enabled()
public void createOrUpdateInStorage(StoragePluginRegistry storage) throws StoragePluginRegistry.PluginException
public boolean isOauth()
Copyright © 2022 The Apache Software Foundation. All rights reserved.