Searched refs:allAttributes (Results 1 - 22 of 22) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java65 LinkedHashSet<Message> allAttributes = new LinkedHashSet<Message>(); field in class:TaskTableModel
67 allAttributes.addAll(defaultAttributes);
68 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
69 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
153 if (!allAttributes
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java66 LinkedHashSet<Message> allAttributes = new LinkedHashSet<Message>(); field in class:TaskTableModel
68 allAttributes.addAll(defaultAttributes);
69 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
75 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
154 if (!allAttributes
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java66 LinkedHashSet<Message> allAttributes = new LinkedHashSet<Message>(); field in class:TaskTableModel
68 allAttributes.addAll(defaultAttributes);
69 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
75 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
154 if (!allAttributes
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java65 LinkedHashSet<Message> allAttributes = new LinkedHashSet<Message>(); field in class:TaskTableModel
67 allAttributes.addAll(defaultAttributes);
68 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
69 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
153 if (!allAttributes
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java66 LinkedHashSet<Message> allAttributes = new LinkedHashSet<Message>(); field in class:TaskTableModel
68 allAttributes.addAll(defaultAttributes);
69 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
75 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
154 if (!allAttributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java66 LinkedHashSet<LocalizableMessage> allAttributes = new LinkedHashSet<>(); field in class:TaskTableModel
68 allAttributes.addAll(defaultAttributes);
69 allAttributes.add(INFO_TASKINFO_FIELD_SCHEDULED_START.get());
70 allAttributes.add(INFO_TASKINFO_FIELD_ACTUAL_START.get());
71 allAttributes.add(INFO_TASKINFO_FIELD_COMPLETION_TIME.get());
72 allAttributes.add(INFO_TASKINFO_FIELD_DEPENDENCY.get());
73 allAttributes.add(INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION.get());
74 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION.get());
75 allAttributes.add(INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR.get());
151 if (!allAttributes
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DResponseAttributeTaskHandler.java61 Map allAttributes = ctx.getPolicyResponseAttributes();
62 if (allAttributes == null) {
68 Set value = (Set) allAttributes.get(name);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java71 private LinkedHashSet<String> allAttributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
172 boolean updateAttributes = allAttributes.isEmpty();
191 allAttributes.addAll(sortedAttrNames);
192 for (String attrName : allAttributes)
208 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
210 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
211 showOperations.setVisible(allAttributes.size() > 0);
230 allAttributes);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java70 private LinkedHashSet<String> allAttributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
171 boolean updateAttributes = allAttributes.isEmpty();
190 allAttributes.addAll(sortedAttrNames);
191 for (String attrName : allAttributes)
207 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
209 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
210 showOperations.setVisible(allAttributes.size() > 0);
229 allAttributes);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java71 private LinkedHashSet<String> allAttributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
172 boolean updateAttributes = allAttributes.isEmpty();
191 allAttributes.addAll(sortedAttrNames);
192 for (String attrName : allAttributes)
208 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
210 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
211 showOperations.setVisible(allAttributes.size() > 0);
230 allAttributes);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java70 private LinkedHashSet<String> allAttributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
171 boolean updateAttributes = allAttributes.isEmpty();
190 allAttributes.addAll(sortedAttrNames);
191 for (String attrName : allAttributes)
207 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
209 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
210 showOperations.setVisible(allAttributes.size() > 0);
229 allAttributes);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java71 private LinkedHashSet<String> allAttributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
172 boolean updateAttributes = allAttributes.isEmpty();
191 allAttributes.addAll(sortedAttrNames);
192 for (String attrName : allAttributes)
208 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
210 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
211 showOperations.setVisible(allAttributes.size() > 0);
230 allAttributes);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DDatabaseMonitoringPanel.java68 private LinkedHashSet<String> allAttributes = new LinkedHashSet<>(); field in class:DatabaseMonitoringPanel
160 boolean updateAttributes = allAttributes.isEmpty();
180 allAttributes.addAll(sortedAttrNames);
181 for (String attrName : allAttributes)
197 scroll.setVisible(backendsFound && !allAttributes.isEmpty());
199 noMonitoringFound.setVisible(backendsFound && allAttributes.isEmpty());
200 showFields.setVisible(!allAttributes.isEmpty());
215 fieldsViewPanel = MonitoringAttributesViewPanel.createStringInstance(allAttributes);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyXMLBuilder.java357 List allAttributes
362 if (allAttributes.isEmpty ()) {
363 allAttributes.addAll (p.getAttributeNames ());
364 allAttributes.remove (SAMLConstants.PARTNERNAME);
366 allAttributes.remove (SAMLConstants.SOURCEID);
370 getCommonAttributes (pList, allAttributes, common);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLPropertyXMLBuilder.java357 List allAttributes
362 if (allAttributes.isEmpty ()) {
363 allAttributes.addAll (p.getAttributeNames ());
364 allAttributes.remove (SAMLConstants.PARTNERNAME);
366 allAttributes.remove (SAMLConstants.SOURCEID);
370 getCommonAttributes (pList, allAttributes, common);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java654 boolean allAttributes, String[] attrNames)
682 sc.setAllReturnAttributes(allAttributes);
714 boolean allAttributes, Set attrNamesSet) throws AMRemoteException,
742 sc.setAllReturnAttributes(allAttributes);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerIF.java120 boolean allAttributes, String[] attrNames)
126 boolean allAttributes, Set attrNamesSet) throws AMRemoteException,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java623 final Map allAttributes = serverConfig.getAttributes();
624 Set<String> currentAttributes = (Set) allAttributes.get(SERVER_CONFIG);
637 allAttributes.put(SERVER_CONFIG, newAttributes);
638 serverConfig.setAttributes(allAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java654 boolean allAttributes, String[] attrNames)
682 sc.setAllReturnAttributes(allAttributes);
714 boolean allAttributes, Set attrNamesSet) throws AMRemoteException,
742 sc.setAllReturnAttributes(allAttributes);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerIF.java120 boolean allAttributes, String[] attrNames)
126 boolean allAttributes, Set attrNamesSet) throws AMRemoteException,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java825 Map allAttributes = ss.getAttributeDefaults();
826 Set existingValues = (Set)allAttributes.get(attrName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java888 Map allAttributes = ss.getAttributeDefaults();
889 Set existingValues = (Set)allAttributes.get(attrName);

Completed in 120 milliseconds