public static final class PathRequest.H2ConsoleRequestMatcher extends org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<H2ConsoleProperties>
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ignoreApplicationContext(org.springframework.web.context.WebApplicationContext applicationContext) |
protected void |
initialized(java.util.function.Supplier<H2ConsoleProperties> h2ConsoleProperties) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
java.util.function.Supplier<H2ConsoleProperties> context) |
matchesprotected boolean ignoreApplicationContext(org.springframework.web.context.WebApplicationContext applicationContext)
ignoreApplicationContext in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<H2ConsoleProperties>protected void initialized(java.util.function.Supplier<H2ConsoleProperties> h2ConsoleProperties)
initialized in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<H2ConsoleProperties>protected boolean matches(javax.servlet.http.HttpServletRequest request,
java.util.function.Supplier<H2ConsoleProperties> context)
matches in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<H2ConsoleProperties>