public abstract class AbstractMuleClient extends AbstractClient
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationServiceClient |
authenticationServiceClient |
protected String |
baseUri |
static String |
DEFAULT_BASE_URL |
log| Constructor and Description |
|---|
AbstractMuleClient(AnypointDeployment anypointDeployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureRequest(javax.ws.rs.client.Invocation.Builder builder)
Template method to allow subclasses to configure the request (adding headers for example).
|
protected String[] |
createBusinessGroupPath() |
Environment |
findEnvironmentByName(String name) |
UserInfo |
getMe() |
String |
getOrgId() |
void |
init() |
configureSecurityContext, delete, get, get, getTarget, getUserAgentMuleDeployer, patch, post, post, put, put, validateStatusSuccesspublic static final String DEFAULT_BASE_URL
protected String baseUri
protected AuthenticationServiceClient authenticationServiceClient
public AbstractMuleClient(AnypointDeployment anypointDeployment, DeployerLog log)
public void init()
public UserInfo getMe()
public String getOrgId()
public Environment findEnvironmentByName(String name)
protected void configureRequest(javax.ws.rs.client.Invocation.Builder builder)
AbstractClientconfigureRequest in class AbstractClientbuilder - The invocation builder for the request.protected String[] createBusinessGroupPath()
Copyright © 2018 MuleSoft Inc. All rights reserved.