Uses of Class
org.springaicommunity.mcp.security.server.config.McpApiKeyConfigurer
Packages that use McpApiKeyConfigurer
-
Uses of McpApiKeyConfigurer in org.springaicommunity.mcp.security.server.config
Methods in org.springaicommunity.mcp.security.server.config that return McpApiKeyConfigurerModifier and TypeMethodDescriptionMcpApiKeyConfigurer.apiKeyRepository(ApiKeyEntityRepository<?> apiKeyEntityRepository) REQUIRED: The repository for storing API keys.McpApiKeyConfigurer.authenticationConverter(org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter) Method for extracting an API key from an HTTP request.McpApiKeyConfigurer.headerName(String headerName) The name of the header from which to extract the API key.static McpApiKeyConfigurerMcpApiKeyConfigurer.mcpServerApiKey()