AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation
Interface ACLBeanConstants

All Known Implementing Classes:
ACLBean

public interface ACLBeanConstants

Class that holds constants to represent various attributes used for configuring access control.These constants will be used by WiFi Mediation to denote any errors.


Field Summary
static java.lang.String ALLOWED_MAC
          Constant to represent the allowed MAC addresses.
static java.lang.String DEFAULT_ACTION
          Constant to represent the default action.
static java.lang.String DELETE_MAC
          Constant representing the delete MAC operation.
static java.lang.String DISALLOWED_MAC
          Constant to represent the disallowed MAC addresses.
static java.lang.String ENABLE_ACL
          Enable Access Control.
 

Field Detail

ENABLE_ACL

public static final java.lang.String ENABLE_ACL
Enable Access Control.

See Also:
Constant Field Values

ALLOWED_MAC

public static final java.lang.String ALLOWED_MAC
Constant to represent the allowed MAC addresses.

See Also:
Constant Field Values

DISALLOWED_MAC

public static final java.lang.String DISALLOWED_MAC
Constant to represent the disallowed MAC addresses.

See Also:
Constant Field Values

DELETE_MAC

public static final java.lang.String DELETE_MAC
Constant representing the delete MAC operation.

See Also:
Constant Field Values

DEFAULT_ACTION

public static final java.lang.String DEFAULT_ACTION
Constant to represent the default action.

See Also:
Constant Field Values

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.