| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.state |
| Modifier and Type | Method and Description |
|---|---|
DancerState |
ResourceOwnerOAuthContextWithRefreshState.getDancerState() |
DancerState |
ResourceOwnerOAuthContext.getDancerState() |
DancerState |
DefaultResourceOwnerOAuthContext.getDancerState()
Deprecated.
|
static DancerState |
DancerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DancerState[] |
DancerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceOwnerOAuthContextWithRefreshState.setDancerState(DancerState dancerState) |
void |
ResourceOwnerOAuthContext.setDancerState(DancerState dancerState)
Updates the state of the dancer for this context.
|
void |
DefaultResourceOwnerOAuthContext.setDancerState(DancerState dancerState)
Deprecated.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.