Searched defs:candidates (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java193 List<TreeNode> candidates = new ArrayList<TreeNode>();
195 candidates.add(root);
200 for (int i = 0, l = searchTerm.length; i < l && !candidates.isEmpty(); i++) {
207 searchTree(searchTerm[i], candidates, context);
211 for (TreeNode candidate : candidates) {
222 * Evaluate previous candidates for reelection and their children for first election.
226 * @param candidates
227 * Elected candidates as potential matches.
231 private void searchTree(char searchTerm, List<TreeNode> candidates, SearchContext context) { argument
233 List<TreeNode> previousCandidates = new ArrayList<TreeNode>(candidates);
256 electChildren(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
288 lastChanceElection(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
313 electWildcard(char searchTerm, TreeNode candidate, List<TreeNode> candidates, SearchContext context) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSelectableCertificateKeyManager.java122 private String findAlias(String[] candidates) argument
124 if (candidates == null)
128 for (String alias : candidates)
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/
H A DSimpleReferenceTree.java193 List<TreeNode> candidates = new ArrayList<TreeNode>();
195 candidates.add(root);
200 for (int i = 0, l = searchTerm.length; i < l && !candidates.isEmpty(); i++) {
207 searchTree(searchTerm[i], candidates, context);
211 for (TreeNode candidate : candidates) {
222 * Evaluate previous candidates for reelection and their children for first election.
226 * @param candidates
227 * Elected candidates as potential matches.
231 private void searchTree(char searchTerm, List<TreeNode> candidates, SearchContext context) { argument
233 List<TreeNode> previousCandidates = new ArrayList<TreeNode>(candidates);
256 electChildren(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
288 lastChanceElection(char searchTerm, TreeNode child, List<TreeNode> candidates, SearchContext context) argument
313 electWildcard(char searchTerm, TreeNode candidate, List<TreeNode> candidates, SearchContext context) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java677 List<Aci> candidates = aciList.getCandidateAcis(dn);
682 createApplicableList(candidates, container);
1075 * @param candidates
1076 * List of all possible ACI candidates.
1080 private void createApplicableList(List<Aci> candidates, argument
1085 for (Aci aci : candidates)
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java729 LinkedList<Aci> candidates = aciList.getCandidateAcis(dn);
734 createApplicableList(candidates, container);
1144 * @param candidates
1145 * List of all possible ACI candidates.
1149 private void createApplicableList(LinkedList<Aci> candidates, argument
1154 for (Aci aci : candidates)
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java729 LinkedList<Aci> candidates = aciList.getCandidateAcis(dn);
734 createApplicableList(candidates, container);
1144 * @param candidates
1145 * List of all possible ACI candidates.
1149 private void createApplicableList(LinkedList<Aci> candidates, argument
1154 for (Aci aci : candidates)
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java677 List<Aci> candidates = aciList.getCandidateAcis(dn);
682 createApplicableList(candidates, container);
1075 * @param candidates
1076 * List of all possible ACI candidates.
1080 private void createApplicableList(List<Aci> candidates, argument
1085 for (Aci aci : candidates)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java729 LinkedList<Aci> candidates = aciList.getCandidateAcis(dn);
734 createApplicableList(candidates, container);
1144 * @param candidates
1145 * List of all possible ACI candidates.
1149 private void createApplicableList(LinkedList<Aci> candidates, argument
1154 for (Aci aci : candidates)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java551 List<Aci> candidates = aciList.getCandidateAcis(dn);
556 createApplicableList(candidates, container);
928 * @param candidates
929 * List of all possible ACI candidates.
933 private void createApplicableList(List<Aci> candidates, argument
938 for (Aci aci : candidates)
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 103 milliseconds