fr.imag.adele.bundle.upnp.igd.service
Class RadiusClient

java.lang.Object
  extended byfr.imag.adele.util.upnp.AbstractUPnPService
      extended byfr.imag.adele.bundle.upnp.igd.service.RadiusClient
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.upnp.UPnPService

public class RadiusClient
extends fr.imag.adele.util.upnp.AbstractUPnPService


Nested Class Summary
 class RadiusClient.AddAuthServerEntryAction
           
 class RadiusClient.AuthServerIPAddressStateVariable
           
 class RadiusClient.AuthServerPortNumberStateVariable
           
 class RadiusClient.AuthServerSharedSecretStateVariable
           
 class RadiusClient.DeleteAuthServerEntryAction
           
 class RadiusClient.FactoryDefaultResetAction
           
 class RadiusClient.GetGenericAuthServerEntryAction
           
 class RadiusClient.GetSpecificAuthServerEntryAction
           
 class RadiusClient.NumberOfAuthServerEntriesStateVariable
           
 class RadiusClient.ResetAuthenticationAction
           
 
Field Summary
 
Fields inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
actions, stateVariables, upnpDevice
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
RadiusClient(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, RadiusClientModel model)
          constructor
 
Methods inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
getAction, getActions, getId, getStateVariable, getStateVariables, getType, getVersion, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusClient

public RadiusClient(org.osgi.service.upnp.UPnPDevice upnpDevice,
                    String serviceId,
                    String serviceType,
                    String version,
                    RadiusClientModel model)
constructor