类 HttpHeaderAccessManager
java.lang.Object
org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
- 所有已实现的接口:
AccessManager
AccessManager
that checks for the presence of an HTTP header secret.- 从以下版本开始:
- 1.3.0
- 作者:
- Rob Winch, Phillip Webb
-
字段概要
从接口继承的字段 org.springframework.boot.devtools.remote.server.AccessManager
PERMIT_ALL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
isAllowed
(ServerHttpRequest request) Determine if the specific request is allowed to be handled by theDispatcher
.
-
构造器详细资料
-
HttpHeaderAccessManager
-
-
方法详细资料
-
isAllowed
从接口复制的说明:AccessManager
Determine if the specific request is allowed to be handled by theDispatcher
.- 指定者:
isAllowed
在接口中AccessManager
- 参数:
request
- the request to check- 返回:
true
if access is allowed.
-