Package com.atlassian.bamboo.websudo
Interface WebSudoIpAllowlistService
- All Known Implementing Classes:
WebSudoIpAllowlistServiceImpl
public interface WebSudoIpAllowlistService
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isIpAddressAllowlisted
(@Nullable javax.servlet.http.HttpServletRequest request)
-
Method Details
-
isIpAddressAllowlisted
boolean isIpAddressAllowlisted(@Nullable @Nullable javax.servlet.http.HttpServletRequest request) - Parameters:
request
- the request from which the remote address will be extracted.- Returns:
- true if the remote address of the client is on the allowlist (or IP based filtering is disabled), otherwise false.
-