Uses of Class
org.snmp4j.security.UsmUserEntry

Packages that use UsmUserEntry
org.snmp4j.event Provides classes and interfaces for SNMP4J event processing. 
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. 
 

Uses of UsmUserEntry in org.snmp4j.event
 

Methods in org.snmp4j.event that return UsmUserEntry
 UsmUserEntry UsmUserEvent.getUser()
          Get the modified entry of the UsmUserTable.
 

Constructors in org.snmp4j.event with parameters of type UsmUserEntry
UsmUserEvent(SecurityModel source, UsmUserEntry changedEntry, int type)
          Construct a UsmUserEvent.
 

Uses of UsmUserEntry in org.snmp4j.security
 

Methods in org.snmp4j.security that return UsmUserEntry
 UsmUserEntry USM.addLocalizedUser(byte[] engineID, OctetString userName, OID authProtocol, byte[] authKey, OID privProtocol, byte[] privKey)
          Adds a localized user to the USM.
 UsmUserEntry UsmUserTable.addUser(UsmUserEntry user)
           
 UsmUserEntry UsmUserTable.getUser(OctetString securityName)
           
 UsmUserEntry USM.getUser(OctetString engineID, OctetString securityName)
           
 UsmUserEntry UsmUserTable.getUser(OctetString engineID, OctetString securityName)
           
 UsmUserEntry UsmUserTable.removeUser(OctetString engineID, OctetString securityName)
           
 

Methods in org.snmp4j.security that return types with arguments of type UsmUserEntry
 java.util.List<UsmUserEntry> UsmUserTable.getUserEntries()
           
 java.util.List<UsmUserEntry> UsmUserTable.getUserEntries(OctetString userName)
          Gets all user entries with the supplied user name.
 

Methods in org.snmp4j.security with parameters of type UsmUserEntry
 UsmUserEntry UsmUserTable.addUser(UsmUserEntry user)
           
 void USM.updateUser(UsmUserEntry entry)
          Updates the USM user entry with the same engine ID and user name as the supplied instance and fires an appropriate UsmUserEvent.
 

Method parameters in org.snmp4j.security with type arguments of type UsmUserEntry
 void UsmUserTable.setUsers(java.util.Collection<UsmUserEntry> c)
           
 

Constructors in org.snmp4j.security with parameters of type UsmUserEntry
UsmUserTable.UsmUserKey(UsmUserEntry entry)
           
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.