Class DelegatingKerberosScheme

  • All Implemented Interfaces:
    org.apache.http.auth.AuthScheme , org.apache.http.auth.ContextAwareAuthScheme

    
    public class DelegatingKerberosScheme
    extends KerberosScheme
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      DelegatingKerberosScheme(boolean stripPort, boolean useCanonicalHostName)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • DelegatingKerberosScheme

        DelegatingKerberosScheme(boolean stripPort, boolean useCanonicalHostName)
    • Method Detail