Package org.altlinux.jabbix
Interface ConnectionPredicate
-
- All Known Implementing Classes:
WhitelistPredicate
public interface ConnectionPredicate
A predicate for theJabbixSecurityManager
service determining the permission to connect to or from the particular host and port.- Author:
- Paul Wolneykien
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAllowed(java.lang.String host, int port)
Indicates whether the connection defined by the parameters is allowed.
-