com.github.sarxos.webcam.ds.ipcam
Class IpCamAuth

java.lang.Object
  extended by org.apache.http.auth.UsernamePasswordCredentials
      extended by com.github.sarxos.webcam.ds.ipcam.IpCamAuth
All Implemented Interfaces:
Serializable, org.apache.http.auth.Credentials

public class IpCamAuth
extends org.apache.http.auth.UsernamePasswordCredentials

See Also:
Serialized Form

Constructor Summary
IpCamAuth(String user, String password)
           
 
Method Summary
 
Methods inherited from class org.apache.http.auth.UsernamePasswordCredentials
equals, getPassword, getUserName, getUserPrincipal, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IpCamAuth

public IpCamAuth(String user,
                 String password)


Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.