|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--snmp.accessctrl.DefaultAccessControl
This class provides the default implementation of the AccessControl component.
| Constructor Summary | |
DefaultAccessControl()
|
|
| Method Summary | |
void |
checkAccess(SnmpSession session)
By default it does not check anything. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultAccessControl()
| Method Detail |
public void checkAccess(SnmpSession session)
throws SnmpException
checkAccess in interface AccessControlsession - The session to be checked.
SnmpException - thrown when there is no permission
for the session to access the managable resources or
any other error occurs.
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||