|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.adventnet.snmp.snmp2.vacm.VacmContextEntry
This class contains the context entries for Vacm. It represents the vacmContextEntry OBJECT-TYPE (OID - .1.3.6.1.6.3.16.1.1.1) from the ViewBasedAccessControl. This class has only one attribute, the context name. The constructor creates a new contextEntry object with the specified contextName. The VacmContextTable class maintains a list of VacmContextEntry objects.
VacmContextTable,
Serialized Form| Constructor Summary | |
VacmContextEntry(byte[] name)
Creates a VacmContextEntry with the specified context name. |
|
| Method Summary | |
byte[] |
getContextName()
Get the VacmContextName associated with this object. |
java.lang.Object |
getKey()
Retrive the key for this VacmContextEntry. |
static java.lang.Object |
getKey(byte[] name)
Retrive the key for this context entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VacmContextEntry(byte[] name)
name - The contextName to be used for creating a new
VacmContextEntry object| Method Detail |
public byte[] getContextName()
public java.lang.Object getKey()
public static java.lang.Object getKey(byte[] name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||