Class KerberosSchemeFactory

    • Constructor Detail

      • KerberosSchemeFactory

        public KerberosSchemeFactory​(boolean stripPort,
                                     boolean useCanonicalHostname)
        Since:
        4.4
      • KerberosSchemeFactory

        public KerberosSchemeFactory​(boolean stripPort)
      • KerberosSchemeFactory

        public KerberosSchemeFactory()
    • Method Detail

      • isStripPort

        public boolean isStripPort()
      • isUseCanonicalHostname

        public boolean isUseCanonicalHostname()
      • newInstance

        public AuthScheme newInstance​(org.apache.http.params.HttpParams params)
        Description copied from interface: AuthSchemeFactory
        Creates an instance of AuthScheme using given HTTP parameters.
        Specified by:
        newInstance in interface AuthSchemeFactory
        Parameters:
        params - HTTP parameters.
        Returns:
        auth scheme.