Uses of Class
com.atlassian.confluence.security.websudo.IPAllowListValidationResult
-
Uses of IPAllowListValidationResult in com.atlassian.confluence.security.websudo
Modifier and TypeMethodDescriptionstatic IPAllowListValidationResult
IPAllowListValidationResult.allowed()
Creates an instance of IPAllowListValidationResult where the client's IP is allowed.static IPAllowListValidationResult
Creates an instance of IPAllowListValidationResult where the client's IP is allowed.static IPAllowListValidationResult
Creates an instance of IPAllowListValidationResult where the client's IP is denied.WebSudoIPAllowListManager.isAllowed
(javax.servlet.http.HttpServletRequest request) Check if the user's IP address is in the allowlist.