Package io.lighty.aaa
Class AAALighty
java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.aaa.AAALighty
- All Implemented Interfaces:
LightyModule
-
Constructor Summary
ConstructorsConstructorDescriptionAAALighty(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.aaa.api.CredentialAuth<org.opendaylight.aaa.api.PasswordCredentials> credentialAuth, LightyServerBuilder server, AAAConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanMethods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, shutdown, start, startBlocking, startBlocking
-
Constructor Details
-
AAALighty
public AAALighty(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.aaa.api.CredentialAuth<org.opendaylight.aaa.api.PasswordCredentials> credentialAuth, LightyServerBuilder server, AAAConfiguration config)
-
-
Method Details
-
initProcedure
- Specified by:
initProcedurein classAbstractLightyModule- Throws:
InterruptedException
-
stopProcedure
protected boolean stopProcedure()- Specified by:
stopProcedurein classAbstractLightyModule
-