Class EventFilter
java.lang.Object
us.irdev.bedrock.service.EventFilter
- All Implemented Interfaces:
EventFilterHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EventFilterResultcheckAllList(Event event, BagArray allList) protected EventFilterResultcheckAnyList(Event event, BagArray anyList) protected booleancheckEventList(Event event, BagObject filterConfiguration) protected EventFilterResultcheckIpAddressList(Event event, BagArray ipAddressList) protected EventFilterResultcheckSecretList(Event event, BagArray secretList) protected EventFilterResultfilterEvent(Event event, BagObject filterConfiguration) booleanisAllowedEvent(Event event, BagObject filterConfiguration)
-
Field Details
-
FILTER_TYPE
- See Also:
-
IP_ADDRESS_LIST
- See Also:
-
SECRET_LIST
- See Also:
-
ALL_LIST
- See Also:
-
ANY_LIST
- See Also:
-
EVENT_LIST
- See Also:
-
WILDCARD
- See Also:
-
SECRET
- See Also:
-
ALLOW
- See Also:
-
DENY
- See Also:
-
-
Constructor Details
-
EventFilter
public EventFilter()
-
-
Method Details
-
checkEventList
-
checkIpAddressList
-
checkSecretList
-
checkAnyList
-
checkAllList
-
filterEvent
-
isAllowedEvent
- Specified by:
isAllowedEventin interfaceEventFilterHandler
-