@PublicApi public interface WhitelistRule extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
Integer |
getId() |
WhitelistType |
getType() |
boolean |
isAllowInbound() |
boolean |
isAuthenticationRequired() |
String getExpression()
WhitelistType getType()
boolean isAllowInbound()
true if the whitelist rule represents inbound requests as well as outbound requests, false otherwiseboolean isAuthenticationRequired()
true if the whitelist rule requires the user to be authenticated, false otherwiseCopyright © 2023 Atlassian. All Rights Reserved.