Searched refs:SnmpAcl (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/ |
H A D | JDMAccess.java | 55 entry.addPermission(com.sun.jmx.snmp.IPAcl.SnmpAcl.getREAD()); 60 entry.addPermission(com.sun.jmx.snmp.IPAcl.SnmpAcl.getREAD()); 61 entry.addPermission(com.sun.jmx.snmp.IPAcl.SnmpAcl.getWRITE());
|
H A D | SnmpAcl.java | 65 public class SnmpAcl implements InetAddressAcl, Serializable { class in inherits:InetAddressAcl,Serializable 81 public SnmpAcl(String Owner) method in class:SnmpAcl 97 public SnmpAcl(String Owner, String aclFileName) method in class:SnmpAcl 112 SNMP_LOGGER.logp(Level.FINEST, SnmpAcl.class.getName(), 113 "SnmpAcl(String,String)", 207 SNMP_LOGGER.logp(Level.FINEST, SnmpAcl.class.getName(), 216 SNMP_LOGGER.logp(Level.FINER, SnmpAcl.class.getName(), 334 SNMP_LOGGER.logp(Level.FINER, SnmpAcl.class.getName(), 341 SNMP_LOGGER.logp(Level.FINER, SnmpAcl.class.getName(), 368 SNMP_LOGGER.logp(Level.FINER, SnmpAcl [all...] |
/openjdk7/jdk/src/share/classes/sun/management/snmp/ |
H A D | AdaptorBootstrap.java | 30 import com.sun.jmx.snmp.IPAcl.SnmpAcl; 255 acl = useAcl ? new SnmpAcl(System.getProperty("user.name"),aclFileName)
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/ |
H A D | SnmpAdaptorServer.java | 76 import com.sun.jmx.snmp.IPAcl.SnmpAcl; 349 * Use the {@link com.sun.jmx.snmp.IPAcl.SnmpAcl} default 359 * Use the {@link com.sun.jmx.snmp.IPAcl.SnmpAcl} default 386 * Use the {@link com.sun.jmx.snmp.IPAcl.SnmpAcl} default 413 * Use the {@link com.sun.jmx.snmp.IPAcl.SnmpAcl} default 474 // SnmpAcl object is created. 486 new SnmpAcl("SNMP protocol adaptor IP ACL");
|
Completed in 1737 milliseconds