| java.lang.Object | |
| ↳ | org.mule.modules.freshbooks.Config |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessTokenIdentifierPrefix | Prefix used for storing credentials in ObjectStore. | ||||||||||
| client | |||||||||||
| defaultMaxConnectionPerRoute | Default max number of connections per route | ||||||||||
| logger | |||||||||||
| maxTotalConnection | Maximum number of total connections | ||||||||||
| objectStore | Object store reference | ||||||||||
| objectStoreHelper | Object store helper | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Config Instance with default configuration values set to false. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Connect to a FreshBooks client
| |||||||||||
Returns the beginning of the tenant key identifier
| |||||||||||
Clear the current connection and resources
| |||||||||||
Validate is active connection
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Prefix used for storing credentials in ObjectStore. It will be concatenated to the access token identifier.
E.g. prefix: "fb_", user identifier: "12345", key for object store "fb_12345"
Default max number of connections per route
Maximum number of total connections
Object store reference
Connect to a FreshBooks client
| apiUrl | |
|---|---|
| consumerKey | |
| consumerSecret |
| ConnectionException | when the connection process failed |
|---|
Returns the beginning of the tenant key identifier
Clear the current connection and resources
Validate is active connection
| accessTokenIdentifierPrefix |
|---|
| defaultMaxConnectionPerRoute |
|---|
| maxTotalConnection |
|---|
| objectStore |
|---|