Package org.wildfly.extension.elytron
Interface Configurable
-
@Deprecated public interface Configurable
Deprecated.it is sufficient to implementinitialize(Map<String, String>)
method in custom componentA 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 aMap
.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
initialize(Map<String,String> configuration)
Deprecated.Initialize theConfigurable
class with the specified options.
-
-
-
Method Detail
-
initialize
void initialize(Map<String,String> configuration)
Deprecated.Initialize theConfigurable
class with the specified options.- Parameters:
configuration
-
-
-