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<String,String>.
Author:
Darran Lofthouse
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(Map<String,String> configuration)
    Deprecated.
    Initialize the Configurable class with the specified options.
  • Method Details

    • initialize

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