Interface IConfigurable

All Known Implementing Classes:
CommandLineAuthorizationCallback, DefaultAuthorizationCallback, DefaultPasswordCallback, GuiAuthorizationCallback, PropertiesFileAuthorizationCallback, TextFileAuthorizationCallback, XmlFileAuthorizationCallback

public interface IConfigurable
Marks an object as self-configurable. The object can be called with a configuration and it will configure itself from it.
Author:
ralph
  • Method Summary

    Modifier and Type Method Description
    void configure​(Configuration cfg)
    Configure using the given configuration