org.jboss.jmx.adaptor.snmp.config.user
Class User
java.lang.Object
org.jboss.jmx.adaptor.snmp.config.user.User
public class User
- extends java.lang.Object
Simple POJO class to model XML data
- Author:
- Jean Deruelle
|
Constructor Summary |
User()
Default CTOR |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
User
public User()
- Default CTOR
setSecurityName
public void setSecurityName(java.lang.String securityName)
- Parameters:
securityName - the securityName to set
getSecurityName
public java.lang.String getSecurityName()
- Returns:
- the securityName
setAuthenticationProtocol
public void setAuthenticationProtocol(java.lang.String authenticationProtocol)
- Parameters:
authenticationProtocol - the authenticationProtocol to set
getAuthenticationProtocol
public java.lang.String getAuthenticationProtocol()
- Returns:
- the authenticationProtocol
getAuthenticationProtocolID
public org.snmp4j.smi.OID getAuthenticationProtocolID()
- Returns:
- the authenticationProtocol
setAuthenticationPassphrase
public void setAuthenticationPassphrase(java.lang.String authenticationPassphrase)
- Parameters:
authenticationPassphrase - the authenticationPassphrase to set
getAuthenticationPassphrase
public java.lang.String getAuthenticationPassphrase()
- Returns:
- the authenticationPassphrase
setPrivacyProtocol
public void setPrivacyProtocol(java.lang.String privacyProtocol)
- Parameters:
privacyProtocol - the privacyProtocol to set
getPrivacyProtocol
public java.lang.String getPrivacyProtocol()
- Returns:
- the privacyProtocol
getPrivacyProtocolID
public org.snmp4j.smi.OID getPrivacyProtocolID()
- Returns:
- the authenticationProtocol
setPrivacyPassphrase
public void setPrivacyPassphrase(java.lang.String privacyPassphrase)
- Parameters:
privacyPassphrase - the privacyPassphrase to set
getPrivacyPassphrase
public java.lang.String getPrivacyPassphrase()
- Returns:
- the privacyPassphrase
getSecurityLevel
public int getSecurityLevel()
- Returns the given security level depending on te authentication protocol and privacy protocol chosen
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.