H - A generic handler implementation. Derived interfaces should further bound this parameter.C - A PluginConfiguration implementation.public interface EntityScopedHandlerPlugin<H,C extends PluginConfiguration> extends ConfigurablePlugin<C>
ConfigurablePlugin that provides methods to create a runtime handler scoped to a specific configuration
entity such as a Site.| Modifier and Type | Method and Description |
|---|---|
H |
getHandler()
Creates a new handler instance.
|
H |
getHandler(H existingHandler)
Gets the handler instance given the existing handler.
|
configure, getConfigurationH getHandler(H existingHandler)
existingHandler - the existing handler that already is associated with the affiliated entityH getHandler()
Copyright 2023 Ping Identity Corp. All rights reserved.