| com.sun.jmx.snmp.UserAcl |
Defines the user 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 context name is defined.
| |||||||||||
Checks whether or not the specified user has
READ access. | |||||||||||
Checks whether or not the specified user and context name have
READ access. | |||||||||||
Checks whether or not the specified user and context name have
WRITE access. | |||||||||||
Checks whether or not the specified user has
WRITE access. | |||||||||||
Returns the name of the ACL.
| |||||||||||
Checks whether or not a context name is defined.
| contextName | The context name to check. |
|---|
true if the context is known, false otherwise.
Checks whether or not the specified user has READ access.
| user | The user name to check. |
|---|
true if the host has read permission, false otherwise.
Checks whether or not the specified user and context name have READ access.
| user | The user name to check. |
|---|---|
| contextName | The context name associated with the user. |
| securityLevel | The request security level. |
true if the pair (user, context) has read permission, false otherwise.
Checks whether or not the specified user and context name have WRITE access.
| user | The user name to check. |
|---|---|
| contextName | The context name associated with the user. |
| securityLevel | The request security level. |
true if the pair (user, context) has write permission, false otherwise.
Checks whether or not the specified user has WRITE access.
| user | The user to check. |
|---|
true if the user has write permission, false otherwise.