|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomizerTemplate
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 |
|---|
void setSnmpVersion(int version)
void setTargetPort(int port)
void setTargetHost(java.lang.String host)
int getTargetPort()
java.lang.String getTargetHost()
void setPrincipal(java.lang.String userName)
void setSecurityLevel(byte securityLevel)
void setAuthPassword(java.lang.String authPassword)
void setPrivPassword(java.lang.String privPassword)
void setAuthProtocol(int authProtocol)
void initSecurityProvider()
throws SnmpException
SnmpExceptionboolean isSupportedSecurityModel(int m)
m - The security model number which needs to be checked
if it is supported.
int create_v3_tables()
void manage_v3_tables()
USMUserTable getUSMTable()
SnmpEngineTable getSnmpEngineTable()
boolean isSerialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||