public class SegmentIOUserFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
anonymousUserId |
protected List<String> |
blackListedUsers |
protected boolean |
enableAnonymous |
| Constructor and Description |
|---|
SegmentIOUserFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTrack(String principalName) |
String |
getAnonymousUserId() |
List<String> |
getBlackListedUsers() |
boolean |
isEnableAnonymous() |
protected boolean enableAnonymous
protected List<String> blackListedUsers
protected String anonymousUserId
public SegmentIOUserFilter()
public boolean isEnableAnonymous()
public List<String> getBlackListedUsers()
public String getAnonymousUserId()
Copyright © 2019 Nuxeo. All rights reserved.