fr.imag.adele.bundle.upnp.igd.model
Interface RadiusClientModel

All Known Implementing Classes:
RadiusClientModelImpl

public interface RadiusClientModel


Method Summary
 void addAuthServerEntry(String newAuthServerIPAddress, int newAuthServerPortNumber, String newAuthServerSharedSecret)
          This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter newAuthServerSharedSecret in parameter
 void deleteAuthServerEntry(String newAuthServerIPAddress, int newAuthServerPortNumber)
          This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter
 void factoryDefaultReset()
          This method is "add description here"
 String getAuthServerIPAddressStateVariableValue()
           
 Integer getAuthServerPortNumberStateVariableValue()
           
 String getAuthServerSharedSecretStateVariableValue()
           
 void getGenericAuthServerEntry(int newAuthServerIndex, fr.imag.adele.util.upnp.holder.StringHolder newAuthServerIPAddress, fr.imag.adele.util.upnp.holder.IntegerHolder newAuthServerPortNumber, fr.imag.adele.util.upnp.holder.StringHolder newAuthServerSharedSecret)
          This method is "add description here" newAuthServerIndex in parameter newAuthServerIPAddress out parameter newAuthServerPortNumber out parameter newAuthServerSharedSecret out parameter
 Integer getNumberOfAuthServerEntriesStateVariableValue()
           
 void getSpecificAuthServerEntry(String newAuthServerIPAddress, int newAuthServerPortNumber, fr.imag.adele.util.upnp.holder.StringHolder newAuthServerSharedSecret)
          This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter newAuthServerSharedSecret out parameter
 void resetAuthentication()
          This method is "add description here"
 

Method Detail

getGenericAuthServerEntry

public void getGenericAuthServerEntry(int newAuthServerIndex,
                                      fr.imag.adele.util.upnp.holder.StringHolder newAuthServerIPAddress,
                                      fr.imag.adele.util.upnp.holder.IntegerHolder newAuthServerPortNumber,
                                      fr.imag.adele.util.upnp.holder.StringHolder newAuthServerSharedSecret)
This method is "add description here" newAuthServerIndex in parameter newAuthServerIPAddress out parameter newAuthServerPortNumber out parameter newAuthServerSharedSecret out parameter


getSpecificAuthServerEntry

public void getSpecificAuthServerEntry(String newAuthServerIPAddress,
                                       int newAuthServerPortNumber,
                                       fr.imag.adele.util.upnp.holder.StringHolder newAuthServerSharedSecret)
This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter newAuthServerSharedSecret out parameter


addAuthServerEntry

public void addAuthServerEntry(String newAuthServerIPAddress,
                               int newAuthServerPortNumber,
                               String newAuthServerSharedSecret)
This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter newAuthServerSharedSecret in parameter


deleteAuthServerEntry

public void deleteAuthServerEntry(String newAuthServerIPAddress,
                                  int newAuthServerPortNumber)
This method is "add description here" newAuthServerIPAddress in parameter newAuthServerPortNumber in parameter


factoryDefaultReset

public void factoryDefaultReset()
This method is "add description here"


resetAuthentication

public void resetAuthentication()
This method is "add description here"


getNumberOfAuthServerEntriesStateVariableValue

public Integer getNumberOfAuthServerEntriesStateVariableValue()

getAuthServerIPAddressStateVariableValue

public String getAuthServerIPAddressStateVariableValue()

getAuthServerPortNumberStateVariableValue

public Integer getAuthServerPortNumberStateVariableValue()

getAuthServerSharedSecretStateVariableValue

public String getAuthServerSharedSecretStateVariableValue()