org.apache.http.auth
Class AuthOption

java.lang.Object
  extended by org.apache.http.auth.AuthOption

@Immutable
public final class AuthOption
extends java.lang.Object

Since:
4.2

Constructor Summary
AuthOption(org.apache.http.auth.AuthScheme authScheme, org.apache.http.auth.Credentials creds)
           
 
Method Summary
 org.apache.http.auth.AuthScheme getAuthScheme()
           
 org.apache.http.auth.Credentials getCredentials()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthOption

public AuthOption(org.apache.http.auth.AuthScheme authScheme,
                  org.apache.http.auth.Credentials creds)
Method Detail

getAuthScheme

public org.apache.http.auth.AuthScheme getAuthScheme()

getCredentials

public org.apache.http.auth.Credentials getCredentials()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object