bad.robot.http.apache
Class ApacheHttpAuthenticationCredentials

java.lang.Object
  extended by bad.robot.http.apache.ApacheHttpAuthenticationCredentials

public class ApacheHttpAuthenticationCredentials
extends Object


Constructor Summary
ApacheHttpAuthenticationCredentials(org.apache.http.auth.AuthScope scope, org.apache.http.auth.UsernamePasswordCredentials user)
           
 
Method Summary
 org.apache.http.auth.AuthScope getScope()
           
 org.apache.http.auth.UsernamePasswordCredentials getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheHttpAuthenticationCredentials

public ApacheHttpAuthenticationCredentials(org.apache.http.auth.AuthScope scope,
                                           org.apache.http.auth.UsernamePasswordCredentials user)
Method Detail

getScope

public org.apache.http.auth.AuthScope getScope()

getUser

public org.apache.http.auth.UsernamePasswordCredentials getUser()


Copyright © 2012. All Rights Reserved.