public class ObjectStoreAuthorizationCode extends AbstractObjectStoreBacked<AuthorizationCodeStoreHolder> implements AuthorizationCodeStore
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_CODE_PARTITION |
| Constructor and Description |
|---|
ObjectStoreAuthorizationCode() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.store.ObjectStore |
getAuthorizationCodeObjectStore() |
void |
remove(String authorizationCode)
Removes the provided authorization code from the store.
|
AuthorizationCodeStoreHolder |
retrieve(String code)
Returns the authorization code information associated with the provided
authorization code.
|
void |
setObjectStore(org.mule.runtime.api.store.ObjectStore authorizationCodeObjectStore) |
void |
store(AuthorizationCodeStoreHolder authorizationCodeStoreHolder)
Stores a provided authorization code along with the related request for future
references.
|
getFromObjectStore, putInObjectStore, putInObjectStore, removeFromObjectStorepublic static final String AUTHORIZATION_CODE_PARTITION
public void store(AuthorizationCodeStoreHolder authorizationCodeStoreHolder)
AuthorizationCodeStorestore in interface AuthorizationCodeStoreauthorizationCodeStoreHolder - Related authorization code informationpublic AuthorizationCodeStoreHolder retrieve(String code)
AuthorizationCodeStoreretrieve in interface AuthorizationCodeStorecode - Authorization codepublic void remove(String authorizationCode)
AuthorizationCodeStoreremove in interface AuthorizationCodeStoreauthorizationCode - Authorization codepublic org.mule.runtime.api.store.ObjectStore getAuthorizationCodeObjectStore()
public void setObjectStore(org.mule.runtime.api.store.ObjectStore authorizationCodeObjectStore)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.