|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsmUser | |
---|---|
org.snmp4j.security | Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. |
Uses of UsmUser in org.snmp4j.security |
---|
Methods in org.snmp4j.security that return UsmUser | |
---|---|
UsmUser |
UsmUserEntry.getUsmUser()
|
UsmUser |
USM.removeUser(OctetString engineID,
OctetString userName)
Removes an USM user from the internal user name table. |
Methods in org.snmp4j.security with parameters of type UsmUser | |
---|---|
void |
USM.addUser(OctetString userName,
OctetString engineID,
UsmUser user)
Adds an USM user to the internal user name table and associates it with an authoritative engine ID. |
void |
USM.addUser(OctetString userName,
UsmUser user)
Adds an USM user to the internal user name table. |
void |
USM.setUsers(UsmUser[] users)
Sets the users of this USM. |
void |
UsmUserEntry.setUsmUser(UsmUser usmUser)
|
Constructors in org.snmp4j.security with parameters of type UsmUser | |
---|---|
UsmUserEntry(OctetString userName,
OctetString engineID,
UsmUser user)
Creates a user with user name and associated UsmUser . |
|
UsmUserEntry(OctetString userName,
UsmUser user)
Creates a user with user name and associated UsmUser . |
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |