public class AAA extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.cfg.ComponentConfigService |
cfgService |
protected org.onosproject.core.CoreService |
coreService |
protected org.onosproject.net.host.HostService |
hostService |
protected org.onosproject.net.packet.PacketService |
packetService |
protected InetAddress |
parsedNasIpAddress |
protected InetAddress |
parsedRadiusIpAddress |
protected org.onosproject.xosintegration.VoltTenantService |
voltTenantService |
| Constructor and Description |
|---|
AAA() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext context) |
void |
deactivate() |
void |
modified(org.osgi.service.component.ComponentContext context) |
@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.host.HostService hostService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.xosintegration.VoltTenantService voltTenantService
protected InetAddress parsedRadiusIpAddress
protected InetAddress parsedNasIpAddress
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cfg.ComponentConfigService cfgService
Copyright © 2015. All rights reserved.