Uses of Class
org.springaicommunity.mcp.security.server.config.McpServerOAuth2Configurer
Packages that use McpServerOAuth2Configurer
-
Uses of McpServerOAuth2Configurer in org.springaicommunity.mcp.security.server.config
Methods in org.springaicommunity.mcp.security.server.config that return McpServerOAuth2ConfigurerModifier and TypeMethodDescriptionMcpServerOAuth2Configurer.authorizationServer(String issuerUri) McpServerOAuth2Configurer.jwtDecoder(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder) static McpServerOAuth2ConfigurerMcpServerOAuth2Configurer.mcpServerOAuth2()McpServerOAuth2Configurer.oauth2ResourceServer(org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>> oauth2ResourceServerCustomizer) Customize the underlying Spring Security OAuth2 Resource Server configuration, through aOAuth2ResourceServerConfigurer.McpServerOAuth2Configurer.protectedResourceMetadataCustomizer(Consumer<org.springframework.security.oauth2.server.resource.OAuth2ProtectedResourceMetadata.Builder> customizer) McpServerOAuth2Configurer.resourceName(String resourceName) McpServerOAuth2Configurer.resourcePath(String resourceIdentifier) McpServerOAuth2Configurer.validateAudienceClaim(boolean validateAudienceClaim)