| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.internal.config | |
| com.mulesoft.modules.oauth2.provider.internal.security |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerSecurityProvider |
OAuthConfiguration.getResourceOwnerSecurityProvider() |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringAwareResourceOwnerSecurityProvider
ResourceOwnerSecurityProvider used for when the Mule Spring Module is present.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.