Package org.wildfly.extension.elytron
Interface Configurable
Deprecated.
A general purpose interface that can be implemented by custom implementations being plugged into the Elytron subsystem.
Where custom components implement this interface they can be dynamically be configured by the subsystem with
a
Map<String,String> .- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Map<String, String> configuration) Deprecated.Initialize theConfigurableclass with the specified options.
-
Method Details
-
initialize
Deprecated.Initialize theConfigurableclass with the specified options.- Parameters:
configuration-
-
initialize(Map<String, String>)method in custom component