Class GrpcServletRequest.GrpcServletRequestMatcher

java.lang.Object
org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher<GrpcServiceDiscoverer>
org.springframework.boot.grpc.server.autoconfigure.security.GrpcServletRequest.GrpcServletRequestMatcher
All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
Enclosing class:
GrpcServletRequest

public static final class GrpcServletRequest.GrpcServletRequestMatcher extends org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher<GrpcServiceDiscoverer>
The request matcher used to match against resource locations.
Since:
1.0.0
Author:
Dave Syer