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, setModalMode
public 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.OAuth2TokenExtractor
org.apache.oltu.oauth2.common.exception.OAuthSystemException
protected 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.OAuth2TokenExtractor
org.apache.oltu.oauth2.common.exception.OAuthSystemException
protected 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.OAuth2TokenExtractor
protected boolean validateIdToken(String idTokenParameter)
validateIdToken
in class com.eviware.soapui.impl.rest.actions.oauth.OAuth2TokenExtractor
public 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.OAuth2TokenExtractor
org.apache.oltu.oauth2.common.exception.OAuthSystemException
public 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.OAuth2TokenExtractor
org.apache.oltu.oauth2.common.exception.OAuthSystemException
Copyright © 2019. All rights reserved.