Uses of Interface
org.apache.http.auth.AuthScheme
| Package | Description |
|---|---|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client |
-
Uses of AuthScheme in org.apache.http.auth
Methods in org.apache.http.auth that return AuthScheme Modifier and Type Method Description AuthSchemeAuthSchemeRegistry. getAuthScheme(String name, HttpParams params)Gets theauthentication schemewith the given name.AuthSchemeAuthState. getAuthScheme()Returns theauthentication scheme.AuthSchemeAuthSchemeFactory. newInstance(HttpParams params)Methods in org.apache.http.auth with parameters of type AuthScheme Modifier and Type Method Description voidAuthState. setAuthScheme(AuthScheme authScheme)Assigns the givenauthentication scheme. -
Uses of AuthScheme in org.apache.http.client
Methods in org.apache.http.client that return AuthScheme Modifier and Type Method Description AuthSchemeAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context) -
Uses of AuthScheme in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement AuthScheme Modifier and Type Class Description classAuthSchemeBaseAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.classBasicSchemeBasic authentication scheme as defined in RFC 2617.classDigestSchemeDigest authentication scheme as defined in RFC 2617.classNTLMSchemeclassRFC2617SchemeAbstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.Methods in org.apache.http.impl.auth that return AuthScheme Modifier and Type Method Description AuthSchemeBasicSchemeFactory. newInstance(HttpParams params)AuthSchemeDigestSchemeFactory. newInstance(HttpParams params) -
Uses of AuthScheme in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return AuthScheme Modifier and Type Method Description AuthSchemeAbstractAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context)