|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpUsmSecureUser | |
com.sun.jdmk.snmp.usm | Provides the classes which implement the SNMP User-based Security Model for version 3. |
com.sun.jdmk.snmp.usm.usmmib | Provides the classes which implement the SNMP-USER-BASED-SM-MIB. |
Uses of SnmpUsmSecureUser in com.sun.jdmk.snmp.usm |
Methods in com.sun.jdmk.snmp.usm that return SnmpUsmSecureUser | |
SnmpUsmSecureUser |
SnmpUsmPasswordLcd.createNewUser(byte[] engineId,
String name)
See SnmpUsmLcd interface doc for details. |
SnmpUsmSecureUser |
SnmpUsmPasswordLcd.getUser(SnmpEngineId engineId,
String userName)
Gets the SnmpUsmSecureUser for the passed user name
and authoritative engine Id. |
SnmpUsmSecureUser |
SnmpUsmLcd.createNewUser(byte[] engineId,
String userName)
Deprecated. Asks the Usm Lcd to create a new user in the storage space. |
SnmpUsmSecureUser |
SnmpUsmLcd.getUser(SnmpEngineId engineId,
String userName)
Deprecated. Gets the SnmpUsmSecureUser for the passed user name
and authoritative engine Id. |
Methods in com.sun.jdmk.snmp.usm with parameters of type SnmpUsmSecureUser | |
void |
SnmpUsmPasswordLcd.setUserAuthKeyChange(SnmpUsmSecureUser u,
byte[] keyChange)
See SnmpUsmLcd interface doc for details. |
void |
SnmpUsmPasswordLcd.setUserPrivKeyChange(SnmpUsmSecureUser u,
byte[] keyChange)
See SnmpUsmLcd interface doc for details. |
void |
SnmpUsmPasswordLcd.addUser(SnmpUsmSecureUser user,
boolean notifyMIB)
See SnmpUsmLcd interface doc for details. |
void |
SnmpUsmMibTable.userAdded(SnmpUsmSecureUser user)
Deprecated. Called when a user is added to the Usm Lcd. |
void |
SnmpUsmMibTable.userUpdated(SnmpUsmSecureUser user)
Deprecated. Called when a user is updated in the Usm Lcd. |
void |
SnmpUsmMibTable.userRemoved(SnmpUsmSecureUser user)
Deprecated. Called when a user is removed from the Usm Lcd. |
void |
SnmpUsmLcd.addUser(SnmpUsmSecureUser user,
boolean notifyMIB)
Deprecated. Adds a user to the Usm Lcd. |
void |
SnmpUsmLcd.setUserAuthKeyChange(SnmpUsmSecureUser user,
byte[] keyChange)
Deprecated. Asks the Lcd to set the key change parameters to the passed user. |
void |
SnmpUsmLcd.setUserPrivKeyChange(SnmpUsmSecureUser user,
byte[] keyChange)
Deprecated. Asks the Lcd to set the key change parameters to the passed user. |
Uses of SnmpUsmSecureUser in com.sun.jdmk.snmp.usm.usmmib |
Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpUsmSecureUser | |
protected UsmUserEntryImpl |
TableUsmUserTableImpl.createUsmUserEntry(SnmpEngine engine,
SnmpMib mib,
SnmpUsmLcd lcd,
SnmpUsmSecureUser user,
SnmpMibTable tableMeta)
Deprecated. Overload this method in order to instantiate your own UsmUserEntry. |
void |
TableUsmUserTableImpl.userAdded(SnmpUsmSecureUser user)
Deprecated. See SnmpUsmMibTable interface for documentation. |
void |
TableUsmUserTableImpl.userUpdated(SnmpUsmSecureUser user)
Deprecated. See SnmpUsmMibTable interface for documentation. |
void |
TableUsmUserTableImpl.userRemoved(SnmpUsmSecureUser user)
Deprecated. See SnmpUsmMibTable interface for documentation. |
Constructors in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpUsmSecureUser | |
UsmUserEntryImpl(SnmpEngine engine,
SnmpMib mib,
SnmpUsmLcd lcd,
SnmpUsmSecureUser user,
TableUsmUserTableImpl table)
Deprecated. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |