Uses of Interface
org.springframework.boot.devtools.remote.server.AccessManager
Packages that use AccessManager
Package
Description
Auto-configuration for
spring-boot-devtools
.Server support for a remotely running Spring Boot application.
-
Uses of AccessManager in org.springframework.boot.devtools.autoconfigure
Methods in org.springframework.boot.devtools.autoconfigure that return AccessManagerMethods in org.springframework.boot.devtools.autoconfigure with parameters of type AccessManagerModifier and TypeMethodDescriptionRemoteDevToolsAutoConfiguration.remoteDevToolsDispatcherFilter
(AccessManager accessManager, Collection<HandlerMapper> mappers) -
Uses of AccessManager in org.springframework.boot.devtools.remote.server
Classes in org.springframework.boot.devtools.remote.server that implement AccessManagerModifier and TypeClassDescriptionclass
AccessManager
that checks for the presence of an HTTP header secret.Fields in org.springframework.boot.devtools.remote.server declared as AccessManagerModifier and TypeFieldDescriptionstatic final AccessManager
AccessManager.PERMIT_ALL
AccessManager
that permits all requests.Constructors in org.springframework.boot.devtools.remote.server with parameters of type AccessManagerModifierConstructorDescriptionDispatcher
(AccessManager accessManager, Collection<HandlerMapper> mappers)