public class OAuth2TokenBearerParams extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
consumerKey
Consumer key for Salesforce connected app
|
String |
keyStore
Path to key store used to sign data during authentication
|
String |
storePassword
Password of key store
|
| Constructor and Description |
|---|
OAuth2TokenBearerParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerKey()
Retrieves consumerKey
|
String |
getKeyStore()
Retrieves keyStore
|
String |
getPrincipal() |
String |
getStorePassword()
Retrieves storePassword
|
String |
getTokenEndpoint() |
void |
setConsumerKey(String value)
Sets consumerKey
|
void |
setKeyStore(String value)
Sets keyStore
|
void |
setPrincipal(String principal) |
void |
setStorePassword(String value)
Sets storePassword
|
void |
setTokenEndpoint(String tokenEndpoint) |
@Parameter @Placement(order=1) @ClientId public String consumerKey
@Parameter @Placement(order=2) @Path(type=FILE) @ExcludeFromConnectivitySchema public String keyStore
@Parameter @Placement(order=3) @Password @ExcludeFromConnectivitySchema public String storePassword
public void setConsumerKey(String value)
value - Value to setpublic String getConsumerKey()
public void setKeyStore(String value)
value - Value to setpublic String getKeyStore()
public void setStorePassword(String value)
value - Value to setpublic String getStorePassword()
public String getPrincipal()
public void setPrincipal(String principal)
public String getTokenEndpoint()
public void setTokenEndpoint(String tokenEndpoint)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.