org.netxms.client
Class SnmpUsmCredential
java.lang.Object
org.netxms.client.SnmpUsmCredential
public class SnmpUsmCredential
- extends java.lang.Object
- Author:
- Victor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnmpUsmCredential
protected SnmpUsmCredential(NXCPMessage msg,
long baseId)
- Create credentials object from data in NXCP message
- Parameters:
msg
- NXCP messagebaseId
- Base variable ID
SnmpUsmCredential
public SnmpUsmCredential()
- Default constructor.
fillMessage
protected void fillMessage(NXCPMessage msg,
long baseId)
- Fill NXCP message with object's data
- Parameters:
msg
- NXCP messagebaseId
- Base variable ID
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getAuthMethod
public int getAuthMethod()
- Returns:
- the authMethod
setAuthMethod
public void setAuthMethod(int authMethod)
- Parameters:
authMethod
- the authMethod to set
getPrivMethod
public int getPrivMethod()
- Returns:
- the privMethod
setPrivMethod
public void setPrivMethod(int privMethod)
- Parameters:
privMethod
- the privMethod to set
getAuthPassword
public java.lang.String getAuthPassword()
- Returns:
- the authPassword
setAuthPassword
public void setAuthPassword(java.lang.String authPassword)
- Parameters:
authPassword
- the authPassword to set
getPrivPassword
public java.lang.String getPrivPassword()
- Returns:
- the privPassword
setPrivPassword
public void setPrivPassword(java.lang.String privPassword)
- Parameters:
privPassword
- the privPassword to set
Copyright © 2011. All Rights Reserved.