com.outbackinc.services.protocol.snmp
Class SnmpSecurityLevels

java.lang.Object
  |
  +--com.outbackinc.services.protocol.snmp.SnmpSecurityLevels

public class SnmpSecurityLevels
extends java.lang.Object

Defines security level constants and a method to validate a security level parameter.


Field Summary
static byte AuthNoPriv
          Authentication without privacy.
static byte AuthPriv
          Authentication with privacy.
static byte noAuthNoPriv
          No authentication or privacy.
 
Method Summary
static boolean isValid(byte cbLevel)
          Determine if security level is valid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noAuthNoPriv

public static final byte noAuthNoPriv
No authentication or privacy.

AuthNoPriv

public static final byte AuthNoPriv
Authentication without privacy.

AuthPriv

public static final byte AuthPriv
Authentication with privacy.
Method Detail

isValid

public static boolean isValid(byte cbLevel)
Determine if security level is valid.
Parameters:
cbLevel - security level
Returns:
true if level == noAuthNoPriv, AuthNoPriv, or AuthPriv, otherwise false


Home  Services  Products  Purchase  Contact Us  About Us  Legal  Ceramics
Copyright © 2003-2008 jSNMP Enterprises All rights reserved.