public final class

AuthenticatorUtils

extends Object
java.lang.Object
   ↳ com.ning.http.util.AuthenticatorUtils

Summary

Public Constructors
AuthenticatorUtils()
Public Methods
static String computeBasicAuthentication(ProxyServer proxyServer)
static String computeBasicAuthentication(Realm realm)
static String computeDigestAuthentication(Realm realm)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticatorUtils ()

Public Methods

public static String computeBasicAuthentication (ProxyServer proxyServer)

Throws
UnsupportedEncodingException

public static String computeBasicAuthentication (Realm realm)

Throws
UnsupportedEncodingException

public static String computeDigestAuthentication (Realm realm)

Throws
NoSuchAlgorithmException
UnsupportedEncodingException