Uses of Interface
org.springframework.boot.devtools.remote.server.AccessManager
Packages that use AccessManager
Package
Description
Server support for a remotely running Spring Boot application.
-
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)