| Modifier and Type | Method and Description |
|---|---|
static Constants.RequestGrantType |
Constants.RequestGrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RequestGrantType |
Constants.RequestGrantType.valueOfIgnoreCase(String value) |
static Constants.RequestGrantType[] |
Constants.RequestGrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Constants.RequestGrantType> |
Constants.ProviderGrantType.getRequestGrantTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<Constants.RequestGrantType> |
Client.getAuthorizedGrantTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Client.isGrantTypeAuthorized(Constants.RequestGrantType grantType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setAuthorizedGrantTypes(Set<Constants.RequestGrantType> authorizedGrantTypes) |
| Constructor and Description |
|---|
Client(String clientId,
String secret,
ClientType type,
Set<String> clientRedirectUris,
Set<Constants.RequestGrantType> clientAuthorizedGrantTypes,
Set<String> clientScopes) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2ProviderOperations.createClient(OAuth2ProviderConfiguration oAuth2ProviderConfiguration,
String clientId,
ClientType clientType,
String clientSecret,
String clientName,
String description,
String principal,
Set<String> redirectUris,
Set<Constants.RequestGrantType> authorizedGrantTypes,
Set<String> scopes,
boolean failIfPresent)
Creates a new client and saves it in the configured client store.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAuthConfiguration.isRequestGrantTypeSupported(Constants.RequestGrantType requestGrantType) |
| Modifier and Type | Method and Description |
|---|---|
protected Constants.RequestGrantType |
OAuth2ProviderRequestProcessor.getSupportedRequestGrantTypeOrFail(RequestData requestData) |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenManager.grantAccessToken(Constants.RequestGrantType grantType,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
Token |
TokenManager.grantAccessToken(Constants.RequestGrantType grantType,
String clientId,
Set<String> scopes,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.