public class OAuth2AzureTokenExtractor
extends com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractor
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2AzureTokenExtractor.AzureAuthenticationRequestBuilder |
static class |
OAuth2AzureTokenExtractor.AzureTokenRequestBuilder |
static class |
OAuth2AzureTokenExtractor.OAuthAzureClientRequest |
com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractor.AuthenticationRequestWithNonceBuilder, com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractor.OAuthClientRequestWithNonce| Constructor and Description |
|---|
OAuth2AzureTokenExtractor(com.eviware.soapui.support.editor.inspectors.auth.TokenType tokenType) |
OAuth2AzureTokenExtractor(com.eviware.soapui.support.editor.inspectors.auth.TokenType tokenType,
boolean consoleMode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createAuthorizationURL(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters,
String responseType) |
protected String |
createAuthorizationURL(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters,
String responseType,
String nonce) |
protected org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder |
fillTokenRequestBuilder(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters,
String authorizationCode) |
org.apache.oltu.oauth2.client.request.OAuthClientRequest |
getClientRequestForClientCredentialsGrant(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters) |
org.apache.oltu.oauth2.client.request.OAuthClientRequest |
getClientRequestForROPC(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters) |
protected boolean |
validateIdToken(String idTokenParameter) |
addBrowserListener, createAccessTokenRequest, extractAccessToken, extractAccessTokenForClientCredentialsGrant, extractAccessTokenForJwtGrantFlow, extractAuthorizationCodeFromForm, getAccessTokenAndSaveToProfile, getBrowserFacade, getImplicitAccessTokenAndSaveToProfile, getModalMode, getOAuthClient, setModalModepublic OAuth2AzureTokenExtractor(com.eviware.soapui.support.editor.inspectors.auth.TokenType tokenType)
public OAuth2AzureTokenExtractor(com.eviware.soapui.support.editor.inspectors.auth.TokenType tokenType,
boolean consoleMode)
protected String createAuthorizationURL(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters, String responseType) throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
createAuthorizationURL in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractororg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionprotected String createAuthorizationURL(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters, String responseType, String nonce) throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
createAuthorizationURL in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractororg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionprotected org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder fillTokenRequestBuilder(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters,
String authorizationCode)
fillTokenRequestBuilder in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractorprotected boolean validateIdToken(String idTokenParameter)
validateIdToken in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractorpublic org.apache.oltu.oauth2.client.request.OAuthClientRequest getClientRequestForROPC(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters)
throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
getClientRequestForROPC in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractororg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionpublic org.apache.oltu.oauth2.client.request.OAuthClientRequest getClientRequestForClientCredentialsGrant(com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters parameters)
throws org.apache.oltu.oauth2.common.exception.OAuthSystemException
getClientRequestForClientCredentialsGrant in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractororg.apache.oltu.oauth2.common.exception.OAuthSystemExceptionCopyright © 2019. All rights reserved.