Searched defs:allowedChOperations (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java122 private LinkedHashSet<MonitoringAttributes> allowedChOperations = field in class:ConnectionHandlerMonitoringPanel
125 allowedChOperations.addAll(chOperations);
126 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
129 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
131 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
132 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
133 allowedChOperations
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java122 private LinkedHashSet<MonitoringAttributes> allowedChOperations = field in class:ConnectionHandlerMonitoringPanel
125 allowedChOperations.addAll(chOperations);
126 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
129 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
131 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
132 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
133 allowedChOperations
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java122 private LinkedHashSet<MonitoringAttributes> allowedChOperations = field in class:ConnectionHandlerMonitoringPanel
125 allowedChOperations.addAll(chOperations);
126 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
129 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
131 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
132 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
133 allowedChOperations
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java122 private LinkedHashSet<MonitoringAttributes> allowedChOperations = field in class:ConnectionHandlerMonitoringPanel
125 allowedChOperations.addAll(chOperations);
126 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
129 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
131 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
132 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
133 allowedChOperations
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java122 private LinkedHashSet<MonitoringAttributes> allowedChOperations = field in class:ConnectionHandlerMonitoringPanel
125 allowedChOperations.addAll(chOperations);
126 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
129 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
131 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
132 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
133 allowedChOperations
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DConnectionHandlerMonitoringPanel.java121 private LinkedHashSet<MonitoringAttributes> allowedChOperations = new LinkedHashSet<>(); field in class:ConnectionHandlerMonitoringPanel
123 allowedChOperations.addAll(chOperations);
124 allowedChOperations.add(BasicMonitoringAttributes.ADD_RESPONSES);
125 allowedChOperations.add(BasicMonitoringAttributes.BIND_RESPONSES);
126 allowedChOperations.add(BasicMonitoringAttributes.COMPARE_RESPONSES);
127 allowedChOperations.add(BasicMonitoringAttributes.DELETE_RESPONSES);
128 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_REQUESTS);
129 allowedChOperations.add(BasicMonitoringAttributes.EXTENDED_RESPONSES);
130 allowedChOperations.add(BasicMonitoringAttributes.MOD_DN_RESPONSES);
131 allowedChOperations
[all...]

Completed in 24 milliseconds