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.AbstractOAuth2HttpClientFactory
org.apache.olingo.client.core.http.OAuth2Exception
protected void init() throws org.apache.olingo.client.core.http.OAuth2Exception
init
in class org.apache.olingo.client.core.http.AbstractOAuth2HttpClientFactory
org.apache.olingo.client.core.http.OAuth2Exception
protected 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.AbstractOAuth2HttpClientFactory
org.apache.olingo.client.core.http.OAuth2Exception
protected 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.AbstractOAuth2HttpClientFactory
org.apache.olingo.client.core.http.OAuth2Exception
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.