public class IPAllowListValidationResult extends Object
Modifier and Type | Method and Description |
---|---|
static IPAllowListValidationResult |
allowed() |
static IPAllowListValidationResult |
allowed(String clientIP,
String requestIPHeader) |
static IPAllowListValidationResult |
denied(String clientIP,
String requestIPHeader) |
String |
getClientIP() |
String |
getRequestIPHeader() |
boolean |
isAllowed() |
public static IPAllowListValidationResult allowed(String clientIP, String requestIPHeader)
public static IPAllowListValidationResult allowed()
public static IPAllowListValidationResult denied(String clientIP, String requestIPHeader)
public boolean isAllowed()
public String getClientIP()
public String getRequestIPHeader()
Copyright © 2002-2024 Atlassian. All Rights Reserved.