T - A PluginConfiguration implementation.public interface ConfigurablePlugin<T extends PluginConfiguration>
| Modifier and Type | Method and Description |
|---|---|
void |
configure(T configuration)
This method is called to provide the configuration from the UI/Administrative API.
|
T |
getConfiguration()
Retrieves the configuration provided to this ConfigurablePlugin.
|
void configure(T configuration) throws javax.validation.ValidationException
configuration - a PluginConfiguration implementation, configured with information from the API.javax.validation.ValidationException - An Exception that can describe errors in the configuration.T getConfiguration()
Copyright 2023 Ping Identity Corp. All rights reserved.