| Interface | Description |
|---|---|
| ClientStore |
A store that loads the information of a oauth 2.0 client.
|
| KeyFormatter |
A processor to transform the client credentials to the key that
ObjectStoreClientStore will use to store clients
in the underlying object store. |
| Class | Description |
|---|---|
| Client |
POJO for storing client's information.
|
| ObjectStoreClientStore |
Client store backed with an object store for saving all the clients
|
| Enum | Description |
|---|---|
| ClientType |
Client types supported by Oauth specification.
|
| Exception | Description |
|---|---|
| ClientAlreadyExistsException |
Base exception thrown when there is an error related to an operation defined in the oauth provider.
|
| NoSuchClientException |
Base exception thrown when there is an error related to an operation defined in the oauth provider.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.