Uses of Class
com.atlassian.confluence.security.websudo.IPAllowListValidationResult
Packages that use IPAllowListValidationResult
-
Uses of IPAllowListValidationResult in com.atlassian.confluence.security.websudo
Methods in com.atlassian.confluence.security.websudo that return IPAllowListValidationResultModifier and TypeMethodDescriptionstatic IPAllowListValidationResultIPAllowListValidationResult.allowed()Creates an instance of IPAllowListValidationResult where the client's IP is allowed.static IPAllowListValidationResultCreates an instance of IPAllowListValidationResult where the client's IP is allowed.static IPAllowListValidationResultCreates 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.