com.sun.jmx.snmp.InetAddressAcl |
![]() |
Defines the IP address based ACL used by the SNMP protocol adaptor.
This API is a Sun Microsystems internal API and is subject to change without notice.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks whether or not a community string is defined.
| |||||||||||
Checks whether or not the specified host has
READ access. | |||||||||||
Checks whether or not the specified host and community have
READ access. | |||||||||||
Checks whether or not the specified host and community have
WRITE access. | |||||||||||
Checks whether or not the specified host has
WRITE access. | |||||||||||
Returns an enumeration of inform communities for a given host.
| |||||||||||
Returns an enumeration of inform destinations.
| |||||||||||
Returns the name of the ACL.
| |||||||||||
Returns an enumeration of trap communities for a given host.
| |||||||||||
Returns an enumeration of trap destinations.
|
Checks whether or not a community string is defined.
community | The community to check. |
---|
true
if the community is known, false
otherwise.
Checks whether or not the specified host has READ
access.
address | The host address to check. |
---|
true
if the host has read permission, false
otherwise.
Checks whether or not the specified host and community have READ
access.
address | The host address to check. |
---|---|
community | The community associated with the host. |
true
if the pair (host, community) has read permission, false
otherwise.
Checks whether or not the specified host and community have WRITE
access.
address | The host address to check. |
---|---|
community | The community associated with the host. |
true
if the pair (host, community) has write permission, false
otherwise.
Checks whether or not the specified host has WRITE
access.
address | The host address to check. |
---|
true
if the host has write permission, false
otherwise.
Returns an enumeration of inform communities for a given host.
address | The address of the host. |
---|
String
).
Returns an enumeration of inform destinations.
InetAddress
).
Returns an enumeration of trap communities for a given host.
address | The address of the host. |
---|
String
).
Returns an enumeration of trap destinations.
InetAddress
).