Package org.altlinux.jabbix
Interface ConnectionPredicate
-
- All Known Implementing Classes:
WhitelistPredicate
public interface ConnectionPredicateA predicate for theJabbixSecurityManagerservice 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 booleanisAllowed(java.lang.String host, int port)Indicates whether the connection defined by the parameters is allowed.
-