palio.modules.snmp.dao
Class SnmpV3UserDAO
java.lang.Object
palio.modules.snmp.dao.SnmpV3UserDAO
public class SnmpV3UserDAO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnmpV3UserDAO
public SnmpV3UserDAO(PalioConnectable connector)
setModuleLogger
public void setModuleLogger(org.apache.log4j.Logger logger)
saveUser
public boolean saveUser(SnmpV3User user)
throws palio.PalioException
- Throws:
palio.PalioException
getByName
public SnmpV3User getByName(java.lang.String userName)
throws palio.PalioException
- Throws:
palio.PalioException
getAll
public java.util.List<SnmpV3User> getAll()
throws palio.PalioException
- Throws:
palio.PalioException
removeByName
public void removeByName(java.lang.String userName)
throws palio.PalioException
- Throws:
palio.PalioException
removeAll
public void removeAll()
throws palio.PalioException
- Throws:
palio.PalioException