|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ning.http.util.AuthenticatorUtils
public final class AuthenticatorUtils
Constructor Summary | |
---|---|
AuthenticatorUtils()
|
Method Summary | |
---|---|
static java.lang.String |
computeBasicAuthentication(ProxyServer proxyServer)
|
static java.lang.String |
computeBasicAuthentication(Realm realm)
|
static java.lang.String |
computeDigestAuthentication(Realm realm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticatorUtils()
Method Detail |
---|
public static java.lang.String computeBasicAuthentication(Realm realm) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static java.lang.String computeBasicAuthentication(ProxyServer proxyServer) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static java.lang.String computeDigestAuthentication(Realm realm) throws java.security.NoSuchAlgorithmException, java.io.UnsupportedEncodingException
java.security.NoSuchAlgorithmException
java.io.UnsupportedEncodingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |