snmp.accessctrl
Interface AccessControl
- All Known Implementing Classes:
- DefaultAccessControl
- public interface AccessControl
The AccessControl interface checks if the session is permitted to
access the managable resources.
- Version:
- $Revision: 0.1 $ $Date: 2004/03/09 06:03:56 $
- Author:
- Scott Cheng
Method Summary |
void |
checkAccess(SnmpSession session)
Checks if the session has the permission to access the managable
resources. |
checkAccess
public void checkAccess(SnmpSession session)
throws SnmpException
- Checks if the session has the permission to access the managable
resources.
- Parameters:
session
- The session to be checked.
- Throws:
SnmpException
- thrown when there is no permission
for the session to access the managable resources or
any other error occurs.