public class RefererACL extends JsonObject
| Constructor and Description |
|---|
RefererACL() |
| Modifier and Type | Method and Description |
|---|---|
RefererACL |
addBlackList(String entry) |
RefererACL |
addWhiteList(String entry) |
List<String> |
getBlackList() |
List<String> |
getWhiteList() |
boolean |
isAllowEmpty() |
void |
setAllowEmpty(boolean allowEmpty) |
void |
setBlackList(List<String> blackList) |
void |
setWhiteList(List<String> whiteList) |
RefererACL |
withAllowEmpty(boolean allowEmpty) |
toStringpublic RefererACL addBlackList(String entry)
entry - public RefererACL addWhiteList(String entry)
entry - public boolean isAllowEmpty()
public void setAllowEmpty(boolean allowEmpty)
allowEmpty - public RefererACL withAllowEmpty(boolean allowEmpty)
Copyright © 2023. All rights reserved.