fr.imag.adele.bundle.upnp.igd.impl
Class RadiusClientModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.igd.impl.RadiusClientModelImpl
All Implemented Interfaces:
RadiusClientModel

public class RadiusClientModelImpl
extends Object
implements RadiusClientModel


Constructor Summary
RadiusClientModelImpl()
           
 
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"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusClientModelImpl

public RadiusClientModelImpl()
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

Specified by:
getGenericAuthServerEntry in interface RadiusClientModel

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

Specified by:
getSpecificAuthServerEntry in interface RadiusClientModel

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

Specified by:
addAuthServerEntry in interface RadiusClientModel

deleteAuthServerEntry

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

Specified by:
deleteAuthServerEntry in interface RadiusClientModel

factoryDefaultReset

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

Specified by:
factoryDefaultReset in interface RadiusClientModel

resetAuthentication

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

Specified by:
resetAuthentication in interface RadiusClientModel

getNumberOfAuthServerEntriesStateVariableValue

public Integer getNumberOfAuthServerEntriesStateVariableValue()
Specified by:
getNumberOfAuthServerEntriesStateVariableValue in interface RadiusClientModel

getAuthServerIPAddressStateVariableValue

public String getAuthServerIPAddressStateVariableValue()
Specified by:
getAuthServerIPAddressStateVariableValue in interface RadiusClientModel

getAuthServerPortNumberStateVariableValue

public Integer getAuthServerPortNumberStateVariableValue()
Specified by:
getAuthServerPortNumberStateVariableValue in interface RadiusClientModel

getAuthServerSharedSecretStateVariableValue

public String getAuthServerSharedSecretStateVariableValue()
Specified by:
getAuthServerSharedSecretStateVariableValue in interface RadiusClientModel