|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.snmp.snmp2.vacm.VacmGroupAccessEntry
This class is used to keep track of the VacmAccessEntry object for each unique group name. It maintains a list of VacmAccessEntry objects for each group name. There is no need for the API user to instantiate this class. Once the VacmAccessEntry object is created, it has to added to the VacmGroupAccessTable. The VacmGroupAccessTable instantiates this class.
VacmGroupAccessTable, Serialized Form| Field Summary | |
(package private) java.util.Vector |
accessEntryVector
Vector of VacmAccessEntry objects. |
(package private) byte[] |
groupName
The VacmGroupName |
| Constructor Summary | |
(package private) |
VacmGroupAccessEntry(byte[] name)
Creates a VacmGroupAccessEntry using the specified group name. |
| Method Summary | |
(package private) void |
addElement(VacmAccessEntry entry)
Adds the VacmAccessEntry object to accessEntryVector. |
java.util.Vector |
getAccessEntries()
Returns an vector of VacmAccessEntries maintained by this class. |
byte[] |
getGroupName()
Get the VacmGroupName associated with this object. |
java.lang.Object |
getKey()
Retrive the key for this VacmGroupAccessEntry. |
static java.lang.Object |
getKey(byte[] groupName)
Retrive the key for this VacmGroupAccessEntry. |
(package private) VacmAccessEntry |
getMibView(int secModel,
byte secLevel,
byte[] contextName)
Get the single VacmAccessEntry. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
byte[] groupName
java.util.Vector accessEntryVector
| Constructor Detail |
VacmGroupAccessEntry(byte[] name)
name - The VacmGroupName| Method Detail |
public byte[] getGroupName()
public java.util.Vector getAccessEntries()
void addElement(VacmAccessEntry entry)
entry - The VacmAccessEntrypublic java.lang.Object getKey()
public static java.lang.Object getKey(byte[] groupName)
groupName - The VacmGroupName
VacmAccessEntry getMibView(int secModel,
byte secLevel,
byte[] contextName)
secModel - The requested securityModelsecLevel - The requested securityLevelcomtextName - The requested contextName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||