2 * Copyright IBM Corporation, 2013. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
9 package org.opendaylight.controller.connectionmanager;
13 * This enum enables the options which could be used for querying
14 * the cluster-members based on the state-change permissions.
16 * SB Plugin or any other means could be used to store this metadata
17 * against each connection w.r.t. Node
19 * TODO: When connection-manager is enhanced later to store connection
20 * metadata with permissions, this could be used to query the connections
21 * based on permission-level of the connection
25 public enum NodeAccessPermission {
28 * This option could be used to retrieve the cluster-members who have rights
29 * only to read the Node state but are not eligible for modifying the state
35 * This option could be used to retrieve the cluster-members who have rights
36 * to read and modify the state of Node