|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is defined to develop customizer for v3 properties. So there is no need to implement this interface.
Method Summary | |
int |
create_v3_tables()
This needs to be implemented to set add v3 user entry.Thil will set v3 user information by creating SnmpEngineTable and USMUserTable |
SnmpEngineTable |
getSnmpEngineTable()
This needs to be implemented to get SnmpEngineTable reference |
java.lang.String |
getTargetHost()
This needs to be implemented to get target host |
int |
getTargetPort()
This needs to be implemented to get target port |
USMUserTable |
getUSMTable()
This needs to be implemented to get USMUserTable reference |
void |
initSecurityProvider()
Initialize the security provider |
boolean |
isSerialize()
This needs to be implemented to set the status of serialization of v3 tables |
boolean |
isSupportedSecurityModel(int m)
Specifies if a particular security model is supported or not. |
void |
manage_v3_tables()
This needs to be implemented to update the current information about v3 user |
void |
setAuthPassword(java.lang.String authPassword)
This needs to be implemented to set auth password |
void |
setAuthProtocol(int authProtocol)
This needs to be implemented to set authProtocol |
void |
setPrincipal(java.lang.String userName)
This needs to be implemented to get user name |
void |
setPrivPassword(java.lang.String privPassword)
This needs to be implemented to set priv password |
void |
setSecurityLevel(byte securityLevel)
This needs to be implemented to set security level |
void |
setSnmpVersion(int version)
This needs to be implemented to set version |
void |
setTargetHost(java.lang.String host)
This needs to be implemented to set target host |
void |
setTargetPort(int port)
This needs to be implemented to set target port |
Method Detail |
public void setSnmpVersion(int version)
public void setTargetPort(int port)
public void setTargetHost(java.lang.String host)
public int getTargetPort()
public java.lang.String getTargetHost()
public void setPrincipal(java.lang.String userName)
public void setSecurityLevel(byte securityLevel)
public void setAuthPassword(java.lang.String authPassword)
public void setPrivPassword(java.lang.String privPassword)
public void setAuthProtocol(int authProtocol)
public void initSecurityProvider() throws SnmpException
public boolean isSupportedSecurityModel(int m)
m
- The security model number which needs to be checked
if it is supported.public int create_v3_tables()
public void manage_v3_tables()
public USMUserTable getUSMTable()
public SnmpEngineTable getSnmpEngineTable()
public boolean isSerialize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |