Searched refs:InetAddressAcl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpEngineFactory.java57 InetAddressAcl ipacl);
H A DInetAddressAcl.java41 public interface InetAddressAcl { interface
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpAdaptorServerMBean.java43 import com.sun.jmx.snmp.InetAddressAcl;
65 * @return The <CODE>InetAddressAcl</CODE> implementation.
69 public InetAddressAcl getInetAddressAcl();
H A DSnmpAdaptorServer.java65 import com.sun.jmx.snmp.InetAddressAcl;
350 * implementation of the <CODE>InetAddressAcl</CODE> interface.
360 * implementation of the <CODE>InetAddressAcl</CODE> interface.
372 * @param acl The <CODE>InetAddressAcl</CODE> implementation.
377 public SnmpAdaptorServer(InetAddressAcl acl) {
387 * implementation of the <CODE>InetAddressAcl</CODE> interface.
400 * @param acl The <CODE>InetAddressAcl</CODE> implementation.
406 public SnmpAdaptorServer(InetAddressAcl acl, int port) {
414 * implementation of the <CODE>InetAddressAcl</CODE> interface.
428 * @param acl The <CODE>InetAddressAcl</COD
[all...]
H A DSnmpRequestHandler.java69 import com.sun.jmx.snmp.InetAddressAcl;
801 if (!((InetAddressAcl)ipacl).
823 if (!((InetAddressAcl)ipacl).checkReadPermission(pdu.address, community)) {
857 if (((InetAddressAcl)ipacl).checkCommunity(community) == false)
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java29 import com.sun.jmx.snmp.InetAddressAcl;
121 private static List<NotificationTarget> getTargetList(InetAddressAcl acl,
253 final InetAddressAcl acl;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DSnmpAcl.java50 import com.sun.jmx.snmp.InetAddressAcl;
53 * Defines an implementation of the {@link com.sun.jmx.snmp.InetAddressAcl InetAddressAcl} interface.
65 public class SnmpAcl implements InetAddressAcl, Serializable {

Completed in 59 milliseconds