|
|||||||||||
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 is implemented by User based Security Models. You have to implement this interface when developing your own Usm.
Field Summary | |
static int |
ID
Deprecated. The User based Security Model Id as defined in RFC 2574. |
static int |
MAX_NB_BOOTS
Deprecated. The User based Security Model max nb boots as defined in RFC 2574. |
static int |
TIME_WINDOW
Deprecated. The User based Security Model time window as defined in RFC 2574. |
static String |
usmNoAuthProtocol
Deprecated. The User based Security Model usmNoAuthProtocol OID "1.3.6.1.6.3.10.1.1.1". |
static String |
usmNoPrivProtocol
Deprecated. The User based Security Model usmNoPrivProtocol OID "1.3.6.1.6.3.10.1.2.1". |
static String |
usmStatsDecryptionErrors
Deprecated. The decryption error report OID "1.3.6.1.6.3.15.1.1.6.0" |
static String |
usmStatsNotInTimeWindows
Deprecated. The not in time report OID "1.3.6.1.6.3.15.1.1.2.0" |
static String |
usmStatsUnknownEngineIds
Deprecated. The unknown engine Id report OID "1.3.6.1.6.3.15.1.1.4.0" |
static String |
usmStatsUnknownUserNames
Deprecated. The unknown user name report OID "1.3.6.1.6.3.15.1.1.3.0" |
static String |
usmStatsUnsupportedSecLevels
Deprecated. The unsupported security level report OID "1.3.6.1.6.3.15.1.1.1.0" |
static String |
usmStatsWrongDigests
Deprecated. The wrong digest report OID "1.3.6.1.6.3.15.1.1.5.0" |
Method Summary | |
SnmpUsmSecurityParameters |
createUsmSecurityParameters()
Deprecated. Instantiates an SnmpUsmSecurityParameters . |
Long |
getDecryptionErrorsCounter()
Deprecated. Gets the Usm error counter. |
SnmpUsmEnginePeer |
getEnginePeer(SnmpEngineId id)
Deprecated. Gets the peer associated with the passed engine Id. |
SnmpUsmLcd |
getLcd()
Deprecated. Gets the associated Usm local configuration datastore. |
Long |
getNotInTimeWindowsCounter()
Deprecated. Gets the Usm error counter. |
int |
getTimelinessWindow()
Deprecated. Get the time window used for timeliness checks. |
Long |
getUnknownEngineIdsCounter()
Deprecated. Gets the Usm error counter. |
Long |
getUnknownUserNamesCounter()
Deprecated. Gets the Usm error counter. |
Long |
getUnsupportedSecLevelsCounter()
Deprecated. Gets the Usm error counter. |
Long |
getWrongDigestsCounter()
Deprecated. Gets the Usm error counter. |
void |
setLcd(SnmpUsmLcd lcd)
Deprecated. Sets the local configuration datastore. |
void |
setTimelinessWindow(int t)
Deprecated. Set the time window used for timeliness checks. |
Methods inherited from interface com.sun.jdmk.internal.snmp.SnmpSecurityModel |
createSecurityCache, generateRequestMsg, generateResponseMsg, processIncomingRequest, processIncomingResponse, releaseSecurityCache |
Methods inherited from interface com.sun.jdmk.internal.snmp.SnmpModel |
getName, getSubSystem |
Field Detail |
public static final int ID
public static final int MAX_NB_BOOTS
public static final int TIME_WINDOW
public static final String usmNoAuthProtocol
usmNoAuthProtocol
OID "1.3.6.1.6.3.10.1.1.1".
public static final String usmNoPrivProtocol
usmNoPrivProtocol
OID "1.3.6.1.6.3.10.1.2.1".
public static final String usmStatsNotInTimeWindows
public static final String usmStatsUnknownEngineIds
public static final String usmStatsUnknownUserNames
public static final String usmStatsUnsupportedSecLevels
public static final String usmStatsWrongDigests
public static final String usmStatsDecryptionErrors
Method Detail |
public int getTimelinessWindow()
SnmpUsm.TIMEWINDOW
is the default used.
public void setTimelinessWindow(int t)
SnmpUsm.TIMEWINDOW
is the default used.
t
- The time window in seconds.public SnmpUsmLcd getLcd()
public void setLcd(SnmpUsmLcd lcd)
lcd
- The Usm local configuration datastore.public Long getUnsupportedSecLevelsCounter()
public Long getNotInTimeWindowsCounter()
public Long getUnknownUserNamesCounter()
public Long getUnknownEngineIdsCounter()
public Long getWrongDigestsCounter()
public Long getDecryptionErrorsCounter()
public SnmpUsmEnginePeer getEnginePeer(SnmpEngineId id)
id
- The SNMP engine Id.
public SnmpUsmSecurityParameters createUsmSecurityParameters()
SnmpUsmSecurityParameters
.
|
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 |