Class ProxyAuthState
- java.lang.Object
-
- org.apache.http.auth.AuthState
-
- com.avaya.clientservices.network.http.ProxyAuthState
-
public class ProxyAuthState extends org.apache.http.auth.AuthState
-
-
Constructor Summary
Constructors Constructor Description ProxyAuthState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.auth.AuthSchemegetAuthScheme()org.apache.http.auth.AuthScopegetAuthScope()org.apache.http.auth.CredentialsgetCredentials()voidsetAuthScheme(org.apache.http.auth.AuthScheme authScheme)
-
-
-
Method Detail
-
getCredentials
public org.apache.http.auth.Credentials getCredentials()
- Overrides:
getCredentialsin classorg.apache.http.auth.AuthState
-
getAuthScope
public org.apache.http.auth.AuthScope getAuthScope()
- Overrides:
getAuthScopein classorg.apache.http.auth.AuthState
-
getAuthScheme
public org.apache.http.auth.AuthScheme getAuthScheme()
- Overrides:
getAuthSchemein classorg.apache.http.auth.AuthState
-
setAuthScheme
public void setAuthScheme(org.apache.http.auth.AuthScheme authScheme)
- Overrides:
setAuthSchemein classorg.apache.http.auth.AuthState
-
-