mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
29.35.2014 f0e161f5307221316eef2c2c7aa8261c66d0d83b
opendj3-server-dev/src/snmp/src/org/opends/server/snmp/SNMPUserAcl.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.snmp;
@@ -29,8 +30,6 @@
import java.util.SortedSet;
import org.opends.server.admin.std.meta.SNMPConnectionHandlerCfgDefn.*;
import org.opends.server.admin.std.server.SNMPConnectionHandlerCfg;
import org.opends.server.loggers.debug.DebugLogger;
import org.opends.server.loggers.debug.DebugTracer;
/**
 * The SNMP User ACL.
@@ -39,10 +38,6 @@
public class SNMPUserAcl implements UserAcl {
    /**
     * The debug log tracer for this class.
     */
    private static final DebugTracer TRACER = DebugLogger.getTracer();
    /**
     * If * then all the users are allowed to access in read.
     */
    private static final String ALL_USERS_ALLOWED = "*";