| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.api | |
| com.mulesoft.modules.oauth2.provider.internal | |
| com.mulesoft.modules.oauth2.provider.internal.config |
| Modifier and Type | Method and Description |
|---|---|
static Constants.ProviderGrantType |
Constants.ProviderGrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ProviderGrantType[] |
Constants.ProviderGrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Constants.ProviderGrantType> |
Utils.parseProviderGrantTypes(String providerGrantTypes) |
| Modifier and Type | Method and Description |
|---|---|
Set<Constants.ProviderGrantType> |
OAuthConfiguration.getSupportedGrantTypes() |
| Constructor and Description |
|---|
OAuthConfiguration(String providerName,
org.mule.runtime.http.api.server.HttpServer httpServer,
ResourceOwnerSecurityProvider resourceOwnerSecurityProvider,
org.mule.runtime.core.api.security.SecurityProvider clientSecurityProvider,
TokenConfig tokenConfig,
AuthorizationConfig authorizationConfig,
ClientManager clientManager,
AuthorizationCodeManager authorizationCodeManager,
TokenManager tokenManager,
Set<String> scopes,
Set<String> defaultScopes,
Set<Constants.ProviderGrantType> supportedGrantTypes,
RateLimiter rateLimiter) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.