SnmpAccessControlSubSystempublic interface SnmpAccessControlSubSystem implements SnmpSubSystemAccess Control sub system interface. To allow engine integration, an Access Control sub system must implement this interface.
This API is a Sun Microsystems internal API and is subject
to change without notice. |
Methods Summary |
---|
public void | checkAccess(int version, java.lang.String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, com.sun.jmx.snmp.SnmpOid oid)Method called by the dispatcher in order to control the access at an SnmpOid Level.
This method is called after the checkPduAccess pdu based method.
This call is routed by the sub system to the target model according to the SNMP protocol version number.
| public void | checkPduAccess(int version, java.lang.String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, com.sun.jmx.snmp.SnmpPdu pdu)Method called by the dispatcher in order to control the access at an SNMP pdu Level.
This call is routed by the sub system to the target model according to the SNMP protocol version number.
|
|