Package io.meeds.mcp.server.plugin
Class McpServerOAuthInternalJwtAudienceProvider
java.lang.Object
io.meeds.mcp.server.plugin.McpServerOAuthInternalJwtAudienceProvider
- All Implemented Interfaces:
io.meeds.oauth2.server.configuration.plugin.OAuthJwtAudienceProvider
@Component
public class McpServerOAuthInternalJwtAudienceProvider
extends Object
implements io.meeds.oauth2.server.configuration.plugin.OAuthJwtAudienceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()provideAudiences(org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.meeds.oauth2.server.configuration.plugin.OAuthJwtAudienceProvider
getOrder
-
Constructor Details
-
McpServerOAuthInternalJwtAudienceProvider
public McpServerOAuthInternalJwtAudienceProvider()
-
-
Method Details