|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sun.management.snmp.usm
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
This interface models the set of security parameters needed to activate security in the User Security Model. They are RFC 2574 compliant. These parameters are responsible for their own encoding and decoding.
Method Summary | |
int |
getAuthoritativeEngineBoots()
Deprecated. Gets the authoritative engine nb boots. |
SnmpEngineId |
getAuthoritativeEngineId()
Deprecated. Gets the authoritative engine Id. |
int |
getAuthoritativeEngineTime()
Deprecated. Gets the authoritative engine time. |
byte[] |
getAuthParameters()
Deprecated. Gets the authentication parameters (e.g. |
byte[] |
getPrivParameters()
Deprecated. Gets the privacy parameters (e.g. |
String |
getUserName()
Deprecated. Gets the user name. |
void |
setAuthoritativeEngineBoots(int authoritativeEngineBoots)
Deprecated. Sets the authoritative engine nb boots. |
void |
setAuthoritativeEngineId(SnmpEngineId authoritativeEngineId)
Deprecated. Sets the authoritative engine Id. |
void |
setAuthoritativeEngineTime(int authoritativeEngineTime)
Deprecated. Sets the authoritative engine time. |
void |
setAuthParameters(byte[] authParameters)
Deprecated. Sets the authentication parameters. |
void |
setPrivParameters(byte[] privParameters)
Deprecated. Sets the privacy parameters. |
void |
setUserName(String userName)
Deprecated. Sets the user name. |
Methods inherited from interface javax.management.snmp.SnmpSecurityParameters |
decode, encode, getPrincipal |
Method Detail |
public SnmpEngineId getAuthoritativeEngineId()
public void setAuthoritativeEngineId(SnmpEngineId authoritativeEngineId)
authoritativeEngineId
- The engine Id.public int getAuthoritativeEngineBoots()
public void setAuthoritativeEngineBoots(int authoritativeEngineBoots)
authoritativeEngineBoots
- The engine nb boots.public int getAuthoritativeEngineTime()
public void setAuthoritativeEngineTime(int authoritativeEngineTime)
authoritativeEngineTime
- The engine time.public String getUserName()
public void setUserName(String userName)
userName
- The user name.public byte[] getAuthParameters()
public void setAuthParameters(byte[] authParameters)
authParameters
- The authentication parameters.public byte[] getPrivParameters()
public void setPrivParameters(byte[] privParameters)
privParameters
- The privacy parameters.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |