_access = (access.equals("allow")) ? AuthzResult.ALLOWED : AuthzResult.DENIED;
if (networks != null && networks.size() > 0)
{
String[] networkStrings = objListToStringArray(networks);
_network = new NetMatcher(networkStrings);
}
if (hostnames != null && hostnames.size() > 0)
{
int i = 0;