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

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

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


Nested Class Summary
 class LinkAuthentication.AddEntryAction
           
 class LinkAuthentication.AuthStateStateVariable
           
 class LinkAuthentication.AuthTypeStateVariable
           
 class LinkAuthentication.CredentialDurationStateVariable
           
 class LinkAuthentication.CredentialStateStateVariable
           
 class LinkAuthentication.DeleteEntryAction
           
 class LinkAuthentication.DescriptionStateVariable
           
 class LinkAuthentication.FactoryDefaultResetAction
           
 class LinkAuthentication.GetGenericEntryAction
           
 class LinkAuthentication.GetNumberOfEntriesAction
           
 class LinkAuthentication.GetSpecificEntryAction
           
 class LinkAuthentication.IdentifierStateVariable
           
 class LinkAuthentication.LastChangeStateVariable
           
 class LinkAuthentication.LastErrorStateVariable
           
 class LinkAuthentication.LinkedIdentifierStateVariable
           
 class LinkAuthentication.MACAddressStateVariable
           
 class LinkAuthentication.NumberOfEntriesStateVariable
           
 class LinkAuthentication.ResetAuthenticationAction
           
 class LinkAuthentication.SecretStateVariable
           
 class LinkAuthentication.SecretTypeStateVariable
           
 class LinkAuthentication.UpdateEntryAction
           
 
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
LinkAuthentication(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, LinkAuthenticationModel 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

LinkAuthentication

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