|
|||||||||||
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 an Usm user. This is the interface that is known from the SnmpUsmLcd
Method Summary | |
void |
cloneAuthPair(SnmpUsmAuthPair pair)
Deprecated. Clones the passed pair. |
void |
clonePrivPair(SnmpUsmPrivPair pair)
Deprecated. Clones the passed pair. |
byte[] |
getAuthDelta(byte[] newKey,
byte[] random)
Deprecated. Gets the authentication key delta needed when processing key change. |
SnmpUsmAuthPair |
getAuthPair()
Deprecated. Gets the authentication pair. |
SnmpEngineId |
getEngineId()
Deprecated. Gets the authoritative engine Id. |
String |
getName()
Deprecated. Gets the user name. |
byte[] |
getPrivDelta(byte[] newKey,
byte[] random)
Deprecated. Gets the privacy key delta needed when processing key change. |
SnmpUsmPrivPair |
getPrivPair()
Deprecated. Gets the privacy pair. |
int |
getSecurityLevel()
Deprecated. Gets the security level. |
String |
getSecurityName()
Deprecated. Gets the user security name. |
int |
getStorageType()
Deprecated. Gets the storage type. |
boolean |
isTemplate()
Deprecated. checks if the user is a template. |
void |
setAuthAlgorithm(String name)
Deprecated. Sets the authentication algorithm. |
void |
setAuthKeyChange(byte[] randomdelta)
Deprecated. Sets the random delta value that comes from remote configuration. |
void |
setPrivAlgorithm(String name)
Deprecated. Sets the privacy algorithm. |
void |
setPrivKeyChange(byte[] randomdelta)
Deprecated. Sets the random delta value that comes from remote configuration. |
void |
setSecurityName(String s)
Deprecated. Sets the security name. |
void |
setStorageType(int storage)
Deprecated. Sets the storage type. |
void |
setTemplateStatus(boolean state)
Deprecated. Set the template status. |
void |
updateConfiguration()
Deprecated. Update the configuration. |
Method Detail |
public String getName()
public String getSecurityName()
public SnmpEngineId getEngineId()
public int getStorageType()
PERMANENT
or VOLATILE
).public void setAuthAlgorithm(String name)
name
- The algorithm name.public void cloneAuthPair(SnmpUsmAuthPair pair)
pair
- The authentication pair.public void clonePrivPair(SnmpUsmPrivPair pair)
pair
- The privacy pair.public void setPrivAlgorithm(String name)
name
- The algorithm name.public void setSecurityName(String s)
s
- The security name.public void setStorageType(int storage)
storage
- The storage type (PERMANENT
or VOLATILE
).public byte[] getAuthDelta(byte[] newKey, byte[] random)
newKey
- The new key.random
- The random part of key change.
public byte[] getPrivDelta(byte[] newKey, byte[] random)
newKey
- The new key.random
- The random part of key change.
public void setAuthKeyChange(byte[] randomdelta)
randomdelta
- The key change value.public void setPrivKeyChange(byte[] randomdelta)
randomdelta
- The key change value.public SnmpUsmAuthPair getAuthPair()
public SnmpUsmPrivPair getPrivPair()
public int getSecurityLevel()
public void updateConfiguration()
public boolean isTemplate()
public void setTemplateStatus(boolean state)
state
- The template state.
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |