public class AaaManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.core.CoreService |
coreService |
protected InetAddress |
nasIpAddress |
protected String |
nasMacAddress |
protected org.onosproject.net.config.NetworkConfigRegistry |
netCfgService |
protected org.onosproject.net.packet.PacketService |
packetService |
protected InetAddress |
radiusIpAddress |
protected String |
radiusMacAddress |
protected long |
radiusPort |
protected String |
radiusSecret |
protected short |
radiusServerPort |
protected String |
radiusSwitch |
| Constructor and Description |
|---|
AaaManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
protected void |
sendRadiusPacket(org.onlab.packet.RADIUS radiusPacket) |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.core.CoreService coreService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.packet.PacketService packetService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.config.NetworkConfigRegistry netCfgService
protected InetAddress radiusIpAddress
protected String radiusMacAddress
protected InetAddress nasIpAddress
protected String nasMacAddress
protected String radiusSecret
protected String radiusSwitch
protected long radiusPort
protected short radiusServerPort
Copyright © 2016. All rights reserved.