Class DelegatingKerberosScheme
-
- All Implemented Interfaces:
-
org.apache.http.auth.AuthScheme
,org.apache.http.auth.ContextAwareAuthScheme
public class DelegatingKerberosScheme extends KerberosScheme
-
-
Constructor Summary
Constructors Constructor Description DelegatingKerberosScheme(boolean stripPort, boolean useCanonicalHostName)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.apache.http.impl.auth.KerberosScheme
authenticate, getParameter, getRealm, getSchemeName, isConnectionBased
-
Methods inherited from class org.apache.http.impl.auth.GGSSchemeBase
isComplete
-
Methods inherited from class org.apache.http.impl.auth.AuthSchemeBase
getChallengeState, isProxy, processChallenge, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-