Searched refs:acceptedAuthTypes (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java95 private ArrayList<String> acceptedAuthTypes = new ArrayList<String>(); field in class:ApplicationTrustManager
323 acceptedAuthTypes.add(authType);
364 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
386 if (authType.equals(acceptedAuthTypes.get(i)))
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java96 private ArrayList<String> acceptedAuthTypes = new ArrayList<String>(); field in class:ApplicationTrustManager
324 acceptedAuthTypes.add(authType);
365 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
387 if (authType.equals(acceptedAuthTypes.get(i)))
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java96 private ArrayList<String> acceptedAuthTypes = new ArrayList<String>(); field in class:ApplicationTrustManager
324 acceptedAuthTypes.add(authType);
365 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
387 if (authType.equals(acceptedAuthTypes.get(i)))
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java95 private ArrayList<String> acceptedAuthTypes = new ArrayList<String>(); field in class:ApplicationTrustManager
323 acceptedAuthTypes.add(authType);
364 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
386 if (authType.equals(acceptedAuthTypes.get(i)))
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java96 private ArrayList<String> acceptedAuthTypes = new ArrayList<String>(); field in class:ApplicationTrustManager
324 acceptedAuthTypes.add(authType);
365 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
387 if (authType.equals(acceptedAuthTypes.get(i)))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java93 private ArrayList<String> acceptedAuthTypes = new ArrayList<>(); field in class:ApplicationTrustManager
290 acceptedAuthTypes.add(authType);
331 copy.acceptedAuthTypes.addAll(acceptedAuthTypes);
353 if (authType.equals(acceptedAuthTypes.get(i)))

Completed in 33 milliseconds