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

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

public class LinkAuthenticationModelImpl
extends Object
implements LinkAuthenticationModel


Constructor Summary
LinkAuthenticationModelImpl()
           
 
Method Summary
 void addEntry(String newIdentifier, String newSecret, String newSecretType, String newAuthType, String newAuthState, String newCredentialState, String newDescription, String newMACAddress, long newCredentialDuration, String newLinkedIdentifier, fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
          This method is "add description here" newIdentifier in parameter newSecret in parameter newSecretType in parameter newAuthType in parameter newAuthState in parameter newCredentialState in parameter newDescription in parameter newMACAddress in parameter newCredentialDuration in parameter newLinkedIdentifier in parameter newNumberOfEntries out parameter
 void deleteEntry(String newIdentifier, fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
          This method is "add description here" newIdentifier in parameter newNumberOfEntries out parameter
 void factoryDefaultReset()
          This method is "add description here"
 String getAuthStateStateVariableValue()
           
 String getAuthTypeStateVariableValue()
           
 Long getCredentialDurationStateVariableValue()
           
 String getCredentialStateStateVariableValue()
           
 String getDescriptionStateVariableValue()
           
 void getGenericEntry(int newIndex, fr.imag.adele.util.upnp.holder.StringHolder newIdentifier, fr.imag.adele.util.upnp.holder.StringHolder newSecret, fr.imag.adele.util.upnp.holder.StringHolder newSecretType, fr.imag.adele.util.upnp.holder.StringHolder newAuthType, fr.imag.adele.util.upnp.holder.StringHolder newAuthState, fr.imag.adele.util.upnp.holder.StringHolder newCredentialState, fr.imag.adele.util.upnp.holder.StringHolder newDescription, fr.imag.adele.util.upnp.holder.StringHolder newMACAddress, fr.imag.adele.util.upnp.holder.LongHolder newCredentialDuration, fr.imag.adele.util.upnp.holder.StringHolder newLinkedIdentifier)
          This method is "add description here" newIndex in parameter newIdentifier out parameter newSecret out parameter newSecretType out parameter newAuthType out parameter newAuthState out parameter newCredentialState out parameter newDescription out parameter newMACAddress out parameter newCredentialDuration out parameter newLinkedIdentifier out parameter
 String getIdentifierStateVariableValue()
           
 String getLastChangeStateVariableValue()
           
 String getLastErrorStateVariableValue()
           
 String getLinkedIdentifierStateVariableValue()
           
 String getMACAddressStateVariableValue()
           
 void getNumberOfEntries(fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
          This method is "add description here" newNumberOfEntries out parameter
 Integer getNumberOfEntriesStateVariableValue()
           
 String getSecretStateVariableValue()
           
 String getSecretTypeStateVariableValue()
           
 void getSpecificEntry(String newIdentifierKey, fr.imag.adele.util.upnp.holder.StringHolder newIdentifier, fr.imag.adele.util.upnp.holder.StringHolder newSecret, fr.imag.adele.util.upnp.holder.StringHolder newSecretType, fr.imag.adele.util.upnp.holder.StringHolder newAuthType, fr.imag.adele.util.upnp.holder.StringHolder newAuthState, fr.imag.adele.util.upnp.holder.StringHolder newCredentialState, fr.imag.adele.util.upnp.holder.StringHolder newDescription, fr.imag.adele.util.upnp.holder.StringHolder newMACAddress, fr.imag.adele.util.upnp.holder.LongHolder newCredentialDuration, fr.imag.adele.util.upnp.holder.StringHolder newLinkedIdentifier)
          This method is "add description here" newIdentifierKey in parameter newIdentifier out parameter newSecret out parameter newSecretType out parameter newAuthType out parameter newAuthState out parameter newCredentialState out parameter newDescription out parameter newMACAddress out parameter newCredentialDuration out parameter newLinkedIdentifier out parameter
 void resetAuthentication()
          This method is "add description here"
 void updateEntry(String newIdentifier, String newSecret, String newSecretType, String newAuthType, String newAuthState, String newCredentialState, String newDescription, String newMACAddress, long newCredentialDuration, String newLinkedIdentifier, fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
          This method is "add description here" newIdentifier in parameter newSecret in parameter newSecretType in parameter newAuthType in parameter newAuthState in parameter newCredentialState in parameter newDescription in parameter newMACAddress in parameter newCredentialDuration in parameter newLinkedIdentifier in parameter newNumberOfEntries out parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkAuthenticationModelImpl

public LinkAuthenticationModelImpl()
Method Detail

getGenericEntry

public void getGenericEntry(int newIndex,
                            fr.imag.adele.util.upnp.holder.StringHolder newIdentifier,
                            fr.imag.adele.util.upnp.holder.StringHolder newSecret,
                            fr.imag.adele.util.upnp.holder.StringHolder newSecretType,
                            fr.imag.adele.util.upnp.holder.StringHolder newAuthType,
                            fr.imag.adele.util.upnp.holder.StringHolder newAuthState,
                            fr.imag.adele.util.upnp.holder.StringHolder newCredentialState,
                            fr.imag.adele.util.upnp.holder.StringHolder newDescription,
                            fr.imag.adele.util.upnp.holder.StringHolder newMACAddress,
                            fr.imag.adele.util.upnp.holder.LongHolder newCredentialDuration,
                            fr.imag.adele.util.upnp.holder.StringHolder newLinkedIdentifier)
This method is "add description here" newIndex in parameter newIdentifier out parameter newSecret out parameter newSecretType out parameter newAuthType out parameter newAuthState out parameter newCredentialState out parameter newDescription out parameter newMACAddress out parameter newCredentialDuration out parameter newLinkedIdentifier out parameter

Specified by:
getGenericEntry in interface LinkAuthenticationModel

getSpecificEntry

public void getSpecificEntry(String newIdentifierKey,
                             fr.imag.adele.util.upnp.holder.StringHolder newIdentifier,
                             fr.imag.adele.util.upnp.holder.StringHolder newSecret,
                             fr.imag.adele.util.upnp.holder.StringHolder newSecretType,
                             fr.imag.adele.util.upnp.holder.StringHolder newAuthType,
                             fr.imag.adele.util.upnp.holder.StringHolder newAuthState,
                             fr.imag.adele.util.upnp.holder.StringHolder newCredentialState,
                             fr.imag.adele.util.upnp.holder.StringHolder newDescription,
                             fr.imag.adele.util.upnp.holder.StringHolder newMACAddress,
                             fr.imag.adele.util.upnp.holder.LongHolder newCredentialDuration,
                             fr.imag.adele.util.upnp.holder.StringHolder newLinkedIdentifier)
This method is "add description here" newIdentifierKey in parameter newIdentifier out parameter newSecret out parameter newSecretType out parameter newAuthType out parameter newAuthState out parameter newCredentialState out parameter newDescription out parameter newMACAddress out parameter newCredentialDuration out parameter newLinkedIdentifier out parameter

Specified by:
getSpecificEntry in interface LinkAuthenticationModel

addEntry

public void addEntry(String newIdentifier,
                     String newSecret,
                     String newSecretType,
                     String newAuthType,
                     String newAuthState,
                     String newCredentialState,
                     String newDescription,
                     String newMACAddress,
                     long newCredentialDuration,
                     String newLinkedIdentifier,
                     fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
This method is "add description here" newIdentifier in parameter newSecret in parameter newSecretType in parameter newAuthType in parameter newAuthState in parameter newCredentialState in parameter newDescription in parameter newMACAddress in parameter newCredentialDuration in parameter newLinkedIdentifier in parameter newNumberOfEntries out parameter

Specified by:
addEntry in interface LinkAuthenticationModel

updateEntry

public void updateEntry(String newIdentifier,
                        String newSecret,
                        String newSecretType,
                        String newAuthType,
                        String newAuthState,
                        String newCredentialState,
                        String newDescription,
                        String newMACAddress,
                        long newCredentialDuration,
                        String newLinkedIdentifier,
                        fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
This method is "add description here" newIdentifier in parameter newSecret in parameter newSecretType in parameter newAuthType in parameter newAuthState in parameter newCredentialState in parameter newDescription in parameter newMACAddress in parameter newCredentialDuration in parameter newLinkedIdentifier in parameter newNumberOfEntries out parameter

Specified by:
updateEntry in interface LinkAuthenticationModel

deleteEntry

public void deleteEntry(String newIdentifier,
                        fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
This method is "add description here" newIdentifier in parameter newNumberOfEntries out parameter

Specified by:
deleteEntry in interface LinkAuthenticationModel

getNumberOfEntries

public void getNumberOfEntries(fr.imag.adele.util.upnp.holder.IntegerHolder newNumberOfEntries)
This method is "add description here" newNumberOfEntries out parameter

Specified by:
getNumberOfEntries in interface LinkAuthenticationModel

factoryDefaultReset

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

Specified by:
factoryDefaultReset in interface LinkAuthenticationModel

resetAuthentication

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

Specified by:
resetAuthentication in interface LinkAuthenticationModel

getNumberOfEntriesStateVariableValue

public Integer getNumberOfEntriesStateVariableValue()
Specified by:
getNumberOfEntriesStateVariableValue in interface LinkAuthenticationModel

getIdentifierStateVariableValue

public String getIdentifierStateVariableValue()
Specified by:
getIdentifierStateVariableValue in interface LinkAuthenticationModel

getSecretStateVariableValue

public String getSecretStateVariableValue()
Specified by:
getSecretStateVariableValue in interface LinkAuthenticationModel

getSecretTypeStateVariableValue

public String getSecretTypeStateVariableValue()
Specified by:
getSecretTypeStateVariableValue in interface LinkAuthenticationModel

getAuthTypeStateVariableValue

public String getAuthTypeStateVariableValue()
Specified by:
getAuthTypeStateVariableValue in interface LinkAuthenticationModel

getAuthStateStateVariableValue

public String getAuthStateStateVariableValue()
Specified by:
getAuthStateStateVariableValue in interface LinkAuthenticationModel

getCredentialStateStateVariableValue

public String getCredentialStateStateVariableValue()
Specified by:
getCredentialStateStateVariableValue in interface LinkAuthenticationModel

getDescriptionStateVariableValue

public String getDescriptionStateVariableValue()
Specified by:
getDescriptionStateVariableValue in interface LinkAuthenticationModel

getMACAddressStateVariableValue

public String getMACAddressStateVariableValue()
Specified by:
getMACAddressStateVariableValue in interface LinkAuthenticationModel

getCredentialDurationStateVariableValue

public Long getCredentialDurationStateVariableValue()
Specified by:
getCredentialDurationStateVariableValue in interface LinkAuthenticationModel

getLastChangeStateVariableValue

public String getLastChangeStateVariableValue()
Specified by:
getLastChangeStateVariableValue in interface LinkAuthenticationModel

getLinkedIdentifierStateVariableValue

public String getLinkedIdentifierStateVariableValue()
Specified by:
getLinkedIdentifierStateVariableValue in interface LinkAuthenticationModel

getLastErrorStateVariableValue

public String getLastErrorStateVariableValue()
Specified by:
getLastErrorStateVariableValue in interface LinkAuthenticationModel