Searched refs:getCompleteList (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java55 private List getCompleteList = null; field in class:FSIDPList
106 if ((getCompleteList == null) ||
107 (getCompleteList == Collections.EMPTY_LIST)) {
108 getCompleteList = new ArrayList();
110 getCompleteList.add(new GetComplete((Element)child));
123 * @param getCompleteList list of <code>GetComplete</code> objects.
125 public FSIDPList(IDPEntries idpEntries, List getCompleteList) { argument
127 this.getCompleteList = getCompleteList;
168 return getCompleteList;
187 setGetCompleteList(List getCompleteList) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java55 private List getCompleteList = null; field in class:FSIDPList
106 if ((getCompleteList == null) ||
107 (getCompleteList == Collections.EMPTY_LIST)) {
108 getCompleteList = new ArrayList();
110 getCompleteList.add(new GetComplete((Element)child));
123 * @param getCompleteList list of <code>GetComplete</code> objects.
125 public FSIDPList(IDPEntries idpEntries, List getCompleteList) { argument
127 this.getCompleteList = getCompleteList;
168 return getCompleteList;
187 setGetCompleteList(List getCompleteList) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyConfig.java84 public ArrayList<String> getCompleteList() method in class:VerifyConfig
H A DVerifyJob.java195 ArrayList<String> completeList = verifyConfig.getCompleteList();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyConfig.java85 public ArrayList<String> getCompleteList() method in class:VerifyConfig
H A DVerifyJob.java196 ArrayList<String> completeList = verifyConfig.getCompleteList();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVerifyConfig.java85 public ArrayList<String> getCompleteList() method in class:VerifyConfig
H A DVerifyJob.java196 ArrayList<String> completeList = verifyConfig.getCompleteList();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyConfig.java84 public ArrayList<String> getCompleteList() method in class:VerifyConfig
H A DVerifyJob.java195 ArrayList<String> completeList = verifyConfig.getCompleteList();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyConfig.java85 public ArrayList<String> getCompleteList() method in class:VerifyConfig
H A DVerifyJob.java196 ArrayList<String> completeList = verifyConfig.getCompleteList();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DVerifyConfig.java69 public List<String> getCompleteList() method in class:VerifyConfig
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVerifyJob.java165 final List<String> completeList = verifyConfig.getCompleteList();

Completed in 63 milliseconds