public static final class UIElement.NONE extends Object implements ConfigurationModelAccessor
| Constructor and Description |
|---|
NONE() |
| Modifier and Type | Method and Description |
|---|---|
Optional<?> |
get(String id)
Method for acquiring the configuration model using the field value from the configuration submitted to the
Administrative API.
|
Collection<ConfigurationOption> |
options()
Method for acquiring the
Collection of ConfigurationOptions to be exposed in the plugin's
descriptor in the Administrative API. |
public Collection<ConfigurationOption> options()
ConfigurationModelAccessorCollection of ConfigurationOptions to be exposed in the plugin's
descriptor in the Administrative API.options in interface ConfigurationModelAccessorCollection of ConfigurationOptionpublic Optional<?> get(String id)
ConfigurationModelAccessorConfigurationModelAccessor.options()
call.get in interface ConfigurationModelAccessorid - the ConfigurationOption value to lookup the configuration modelOptional if no model corresponds to the idCopyright 2023 Ping Identity Corp. All rights reserved.