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 TypeClassDescriptionclassAccessManagerthat checks for the presence of an HTTP header secret.Fields in org.springframework.boot.devtools.remote.server declared as AccessManagerModifier and TypeFieldDescriptionstatic final AccessManagerAccessManager.PERMIT_ALLAccessManagerthat permits all requests.Constructors in org.springframework.boot.devtools.remote.server with parameters of type AccessManagerModifierConstructorDescriptionDispatcher(AccessManager accessManager, Collection<HandlerMapper> mappers)