Interface Configurable


  • @Deprecated
    public interface Configurable
    Deprecated.
    it is sufficient to implement initialize(Map<String, String>) method in custom component
    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.
    Author:
    Darran Lofthouse
    • Method Detail

      • initialize

        void initialize​(Map<String,​String> configuration)
        Deprecated.
        Initialize the Configurable class with the specified options.
        Parameters:
        configuration -