Class HttpHeaderAccessManager
java.lang.Object
org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
- All Implemented Interfaces:
- AccessManager
AccessManager that checks for the presence of an HTTP header secret.- Since:
- 1.3.0
- Author:
- Rob Winch, Phillip Webb
- 
Field SummaryFields inherited from interface org.springframework.boot.devtools.remote.server.AccessManagerPERMIT_ALL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisAllowed(ServerHttpRequest request) Determine if the specific request is allowed to be handled by theDispatcher.
- 
Constructor Details- 
HttpHeaderAccessManager
 
- 
- 
Method Details- 
isAllowedDescription copied from interface:AccessManagerDetermine if the specific request is allowed to be handled by theDispatcher.- Specified by:
- isAllowedin interface- AccessManager
- Parameters:
- request- the request to check
- Returns:
- trueif access is allowed.
 
 
-