Class DelegatingSPNegoScheme
-
- All Implemented Interfaces:
-
org.apache.http.auth.AuthScheme
,org.apache.http.auth.ContextAwareAuthScheme
public class DelegatingSPNegoScheme extends SPNegoScheme
-
-
Constructor Summary
Constructors Constructor Description DelegatingSPNegoScheme(boolean stripPort, boolean useCanonicalHostName)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.apache.http.impl.auth.SPNegoScheme
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
-
-