Class PathRequest.H2ConsoleRequestMatcher

java.lang.Object
org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<ApplicationContext>
org.springframework.boot.security.autoconfigure.servlet.PathRequest.H2ConsoleRequestMatcher
All Implemented Interfaces:
RequestMatcher
Enclosing class:
PathRequest

public static final class PathRequest.H2ConsoleRequestMatcher extends ApplicationContextRequestMatcher<ApplicationContext>
The request matcher used to match against h2 console path.
Since:
4.0.0
Author:
Madhura Bhave, Phillip Webb