Uses of Class
org.apache.http.impl.auth.AuthSchemeBase
| Package | Description |
|---|---|
| org.apache.http.impl.auth |
-
Uses of AuthSchemeBase in org.apache.http.impl.auth
Subclasses of AuthSchemeBase in org.apache.http.impl.auth Modifier and Type Class Description 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.