Searched defs:csr (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java110 final CustomSearchResult csr =
117 registerSchemaAttr(csr, str);
121 private void registerSchemaAttr(final CustomSearchResult csr, argument
126 new HashSet<String>((List) csr.getAttributeValues(schemaAttr));
H A DConfigFromDirContext.java663 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
725 backend.setMonitoringEntry(csr);
732 if ((rootMonitor == null) && isRootMonitor(csr))
734 rootMonitor = csr;
736 else if ((entryCaches == null) && isEntryCaches(csr))
738 entryCaches = csr;
740 else if ((workQueue == null) && isWorkQueue(csr))
742 workQueue = csr;
744 else if ((jvmMemoryUsage == null) && isJvmMemoryUsage(csr))
746 jvmMemoryUsage = csr;
1007 isRootMonitor(CustomSearchResult csr) argument
1013 isVersionMonitor(CustomSearchResult csr) argument
1019 isSystemInformation(CustomSearchResult csr) argument
1025 isJvmMemoryUsage(CustomSearchResult csr) argument
1031 isWorkQueue(CustomSearchResult csr) argument
1037 isEntryCaches(CustomSearchResult csr) argument
1043 isConnectionHandler(CustomSearchResult csr) argument
1065 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java110 final CustomSearchResult csr =
117 registerSchemaAttr(csr, str);
121 private void registerSchemaAttr(final CustomSearchResult csr, argument
126 new HashSet<String>((List) csr.getAttributeValues(schemaAttr));
H A DConfigFromDirContext.java663 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
725 backend.setMonitoringEntry(csr);
732 if ((rootMonitor == null) && isRootMonitor(csr))
734 rootMonitor = csr;
736 else if ((entryCaches == null) && isEntryCaches(csr))
738 entryCaches = csr;
740 else if ((workQueue == null) && isWorkQueue(csr))
742 workQueue = csr;
744 else if ((jvmMemoryUsage == null) && isJvmMemoryUsage(csr))
746 jvmMemoryUsage = csr;
1007 isRootMonitor(CustomSearchResult csr) argument
1013 isVersionMonitor(CustomSearchResult csr) argument
1019 isSystemInformation(CustomSearchResult csr) argument
1025 isJvmMemoryUsage(CustomSearchResult csr) argument
1031 isWorkQueue(CustomSearchResult csr) argument
1037 isEntryCaches(CustomSearchResult csr) argument
1043 isConnectionHandler(CustomSearchResult csr) argument
1065 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java117 final CustomSearchResult csr = new CustomSearchResult(sr, ConfigConstants.DN_DEFAULT_SCHEMA_ROOT);
126 registerSchemaAttr(csr, str);
164 private void registerSchemaAttr(final CustomSearchResult csr, final String schemaAttr) throws DirectoryException argument
166 final Set<Object> remainingAttrs = new HashSet<>(csr.getAttributeValues(schemaAttr));
H A DConfigFromDirContext.java738 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
807 backend.setMonitoringEntry(csr);
814 if (rootMonitor == null && isRootMonitor(csr))
816 rootMonitor = csr;
818 else if (entryCaches == null && isEntryCaches(csr))
820 entryCaches = csr;
822 else if (workQueue == null && isWorkQueue(csr))
824 workQueue = csr;
826 else if (jvmMemoryUsage == null && isJvmMemoryUsage(csr))
828 jvmMemoryUsage = csr;
1069 isRootMonitor(CustomSearchResult csr) argument
1074 isVersionMonitor(CustomSearchResult csr) argument
1079 isSystemInformation(CustomSearchResult csr) argument
1084 isJvmMemoryUsage(CustomSearchResult csr) argument
1089 isWorkQueue(CustomSearchResult csr) argument
1094 isEntryCaches(CustomSearchResult csr) argument
1099 isConnectionHandler(CustomSearchResult csr) argument
1119 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java520 CustomSearchResult csr =
561 csr.set(attrNames[j], attrValues);
565 Entry entry = getEntry(csr);
571 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
587 CustomSearchResult csr =
628 csr.set(attrNames[j], attrValues);
632 Entry entry = getEntry(csr);
638 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
682 * @param csr the search result.
688 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java664 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
726 backend.setMonitoringEntry(csr);
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
737 else if ((entryCaches == null) && isEntryCaches(csr))
739 entryCaches = csr;
741 else if ((workQueue == null) && isWorkQueue(csr))
743 workQueue = csr;
745 else if ((jvmMemoryUsage == null) && isJvmMemoryUsage(csr))
747 jvmMemoryUsage = csr;
1008 isRootMonitor(CustomSearchResult csr) argument
1014 isVersionMonitor(CustomSearchResult csr) argument
1020 isSystemInformation(CustomSearchResult csr) argument
1026 isJvmMemoryUsage(CustomSearchResult csr) argument
1032 isWorkQueue(CustomSearchResult csr) argument
1038 isEntryCaches(CustomSearchResult csr) argument
1044 isConnectionHandler(CustomSearchResult csr) argument
1066 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java519 CustomSearchResult csr =
560 csr.set(attrNames[j], attrValues);
564 Entry entry = getEntry(csr);
570 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
586 CustomSearchResult csr =
627 csr.set(attrNames[j], attrValues);
631 Entry entry = getEntry(csr);
637 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
681 * @param csr the search result.
687 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java520 CustomSearchResult csr =
561 csr.set(attrNames[j], attrValues);
565 Entry entry = getEntry(csr);
571 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
587 CustomSearchResult csr =
628 csr.set(attrNames[j], attrValues);
632 Entry entry = getEntry(csr);
638 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
682 * @param csr the search result.
688 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java664 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
726 backend.setMonitoringEntry(csr);
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
737 else if ((entryCaches == null) && isEntryCaches(csr))
739 entryCaches = csr;
741 else if ((workQueue == null) && isWorkQueue(csr))
743 workQueue = csr;
745 else if ((jvmMemoryUsage == null) && isJvmMemoryUsage(csr))
747 jvmMemoryUsage = csr;
1008 isRootMonitor(CustomSearchResult csr) argument
1014 isVersionMonitor(CustomSearchResult csr) argument
1020 isSystemInformation(CustomSearchResult csr) argument
1026 isJvmMemoryUsage(CustomSearchResult csr) argument
1032 isWorkQueue(CustomSearchResult csr) argument
1038 isEntryCaches(CustomSearchResult csr) argument
1044 isConnectionHandler(CustomSearchResult csr) argument
1066 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java519 CustomSearchResult csr =
560 csr.set(attrNames[j], attrValues);
564 Entry entry = getEntry(csr);
570 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
586 CustomSearchResult csr =
627 csr.set(attrNames[j], attrValues);
631 Entry entry = getEntry(csr);
637 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
681 * @param csr the search result.
687 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java520 CustomSearchResult csr =
561 csr.set(attrNames[j], attrValues);
565 Entry entry = getEntry(csr);
571 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
587 CustomSearchResult csr =
628 csr.set(attrNames[j], attrValues);
632 Entry entry = getEntry(csr);
638 LOG.log(Level.SEVERE, "Error getting entry '"+csr.getDN()+"': "+t, t);
682 * @param csr the search result.
688 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromDirContext.java664 CustomSearchResult csr = new CustomSearchResult(sr, searchBaseDN);
726 backend.setMonitoringEntry(csr);
733 if ((rootMonitor == null) && isRootMonitor(csr))
735 rootMonitor = csr;
737 else if ((entryCaches == null) && isEntryCaches(csr))
739 entryCaches = csr;
741 else if ((workQueue == null) && isWorkQueue(csr))
743 workQueue = csr;
745 else if ((jvmMemoryUsage == null) && isJvmMemoryUsage(csr))
747 jvmMemoryUsage = csr;
1008 isRootMonitor(CustomSearchResult csr) argument
1014 isVersionMonitor(CustomSearchResult csr) argument
1020 isSystemInformation(CustomSearchResult csr) argument
1026 isJvmMemoryUsage(CustomSearchResult csr) argument
1032 isWorkQueue(CustomSearchResult csr) argument
1038 isEntryCaches(CustomSearchResult csr) argument
1044 isConnectionHandler(CustomSearchResult csr) argument
1066 isTaskEntry(CustomSearchResult csr) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java498 CustomSearchResult csr =
538 csr.set(attrNames[j], newArrayList(o));
542 Entry entry = getEntry(csr);
548 logger.error(LocalizableMessage.raw("Error getting entry '"+csr.getDN()+"': "+t, t));
564 CustomSearchResult csr =
604 csr.set(attrNames[j], newArrayList(o));
608 Entry entry = getEntry(csr);
614 logger.error(LocalizableMessage.raw("Error getting entry '"+csr.getDN()+"': "+t, t));
658 * @param csr the search result.
664 public static Entry getEntry(CustomSearchResult csr) throw argument
[all...]
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DSecurityResourceProvider.java246 * @param csr The CSR
250 protected JsonValue returnCertificateRequest(String alias, PKCS10CertificationRequest csr) throws Exception { argument
253 content.put("csr", getCertString(csr));
254 content.put("publicKey", getKeyMap(csr.getPublicKey()));

Completed in 75 milliseconds