Uses of Class
io.modelcontextprotocol.server.transport.DefaultServerTransportSecurityValidator.Builder
Packages that use DefaultServerTransportSecurityValidator.Builder
-
Uses of DefaultServerTransportSecurityValidator.Builder in io.modelcontextprotocol.server.transport
Methods in io.modelcontextprotocol.server.transport that return DefaultServerTransportSecurityValidator.BuilderModifier and TypeMethodDescriptionDefaultServerTransportSecurityValidator.Builder.allowedHost(String host) Adds an allowed host pattern.DefaultServerTransportSecurityValidator.Builder.allowedHosts(List<String> hosts) Adds multiple allowed host patterns.DefaultServerTransportSecurityValidator.Builder.allowedOrigin(String origin) Adds an allowed origin pattern.DefaultServerTransportSecurityValidator.Builder.allowedOrigins(List<String> origins) Adds multiple allowed origin patterns.DefaultServerTransportSecurityValidator.builder()Creates a new builder for constructing a DefaultServerTransportSecurityValidator.