public class OAuthConsumerURLConnectionAuthHandler extends OAuthAuthHandler implements ConsumerURLConnectionAuthHandler
| Constructor and Description |
|---|
OAuthConsumerURLConnectionAuthHandler() |
OAuthConsumerURLConnectionAuthHandler(OAuthConsumerCredentialMapper credentialMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endorseRequest(String consumerKey,
HttpURLConnection conn)
"Signs" or "endorses" the request.
|
OAuthConsumerCredentialMapper |
getOAuthConsumerCredentialMapper() |
getOAuthCredentialMappergetCredentialMapperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCredentialMapperpublic OAuthConsumerURLConnectionAuthHandler()
public OAuthConsumerURLConnectionAuthHandler(OAuthConsumerCredentialMapper credentialMapper)
public OAuthConsumerCredentialMapper getOAuthConsumerCredentialMapper()
public boolean endorseRequest(String consumerKey, HttpURLConnection conn) throws MiniAuthException, IOException
endorseRequest in interface ConsumerURLConnectionAuthHandlerconn - URLConnection. conn is an "in-out" param.MiniAuthExceptionIOExceptionCopyright © 2013. All rights reserved.