public class AzureADOAuth2HttpClientFactory
extends org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactory
| Constructor and Description |
|---|
AzureADOAuth2HttpClientFactory(String authority,
String clientId,
String redirectURI,
String resourceURI,
org.apache.http.auth.UsernamePasswordCredentials creds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
accessToken(org.apache.http.impl.client.DefaultHttpClient client) |
protected void |
init() |
protected boolean |
isInited() |
protected void |
refreshToken(org.apache.http.impl.client.DefaultHttpClient client) |
protected boolean isInited()
throws org.apache.olingo.client.core.http.OAuth2Exception
isInited in class org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactoryorg.apache.olingo.client.core.http.OAuth2Exceptionprotected void init()
throws org.apache.olingo.client.core.http.OAuth2Exception
init in class org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactoryorg.apache.olingo.client.core.http.OAuth2Exceptionprotected void accessToken(org.apache.http.impl.client.DefaultHttpClient client)
throws org.apache.olingo.client.core.http.OAuth2Exception
accessToken in class org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactoryorg.apache.olingo.client.core.http.OAuth2Exceptionprotected void refreshToken(org.apache.http.impl.client.DefaultHttpClient client)
throws org.apache.olingo.client.core.http.OAuth2Exception
refreshToken in class org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactoryorg.apache.olingo.client.core.http.OAuth2ExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.