Class RncLightyModuleConfiguration
- java.lang.Object
-
- io.lighty.applications.rnc.module.config.RncLightyModuleConfiguration
-
public class RncLightyModuleConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description RncLightyModuleConfiguration(ControllerConfiguration controllerConfig, RncRestConfConfiguration restconfConfig, NetconfConfiguration netconfConfig, RncAAAConfiguration aaaConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RncAAAConfigurationgetAaaConfig()ControllerConfigurationgetControllerConfig()NetconfConfigurationgetNetconfConfig()RncRestConfConfigurationgetRestconfConfig()
-
-
-
Constructor Detail
-
RncLightyModuleConfiguration
public RncLightyModuleConfiguration(ControllerConfiguration controllerConfig, RncRestConfConfiguration restconfConfig, NetconfConfiguration netconfConfig, RncAAAConfiguration aaaConfig)
-
-
Method Detail
-
getControllerConfig
public ControllerConfiguration getControllerConfig()
-
getRestconfConfig
public RncRestConfConfiguration getRestconfConfig()
-
getNetconfConfig
public NetconfConfiguration getNetconfConfig()
-
getAaaConfig
public RncAAAConfiguration getAaaConfig()
-
-