Package de.FBEditor.struct

Examples of de.FBEditor.struct.SIDLogin


//    final String urlstr = "http://192.168.178.1:80/cgi-bin/webcm"; //$NON-NLS-1$, //$NON-NLS-2$
    final String urlstr = "http://fritz.box:80/cgi-bin/webcm"; //$NON-NLS-1$, //$NON-NLS-2$
    final String box_user = "fritzboxuser";
//    final String box_password = "badpassword";
    final String box_password = "0000";   
    @SuppressWarnings("unused")
    SIDLogin sidLogin = new SIDLogin();
    sRetSID = "0000000000000001";
   
      SIDLogin.check("TestBox", urlstr, box_password, box_user, sRetSID);

      // hier hast du dann die Ergebnisse:
View Full Code Here


    updateURLstr(box_address);
    try {
      this.box_password = box_password;
      this.box_username = box_username;

      sidLogin = new SIDLogin();

      if (Utils.checkhost(box_address)) {
        getAccessMethod();
      }
    } catch (IOException ex) {
View Full Code Here

TOP

Related Classes of de.FBEditor.struct.SIDLogin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.