Class HTTPAuthUtil


  • @Immutable
    public abstract class HTTPAuthUtil
    extends Object
    Provide Auth related utilities
    • Constructor Detail

      • HTTPAuthUtil

        public HTTPAuthUtil()
    • Method Detail

      • authscopeToHost

        public static org.apache.http.HttpHost authscopeToHost​(org.apache.http.auth.AuthScope scope)
      • hostToAuthScope

        public static org.apache.http.auth.AuthScope hostToAuthScope​(org.apache.http.HttpHost host)
      • bestmatch

        public static org.apache.http.auth.AuthScope bestmatch​(org.apache.http.auth.AuthScope scope,
                                                               Set<org.apache.http.auth.AuthScope> scopelist)