Package | Description |
---|---|
org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
Modifier and Type | Method and Description |
---|---|
UsmUser |
UsmUserEntry.getUsmUser() |
UsmUser |
USM.removeUser(OctetString engineID,
OctetString userName)
Deprecated.
If the engineID
null is provided this method does only
delete the generic user. All already localized users will not be deleted.
To delete those users too, use USM.removeAllUsers() instead. |
Modifier and Type | Method and Description |
---|---|
List<UsmUser> |
USM.removeAllUsers(OctetString userName)
Removes all USM user from the internal user name table with the specified user
name.
|
List<UsmUser> |
USM.removeAllUsers(OctetString userName,
OctetString engineID)
Removes all USM user from the internal user name table with the specified user
name and (optional) engine ID.
|
Modifier and Type | Method and Description |
---|---|
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.addUser(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) |
Constructor and Description |
---|
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 © 2022 SNMP4J.org. All rights reserved.