Searched defs:idpEntryList (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPList.java57 * @param idpEntryList the list of <code>IDPEntry</code> objects.
61 public void setIDPEntries(List idpEntryList) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntries.java53 private List idpEntryList = null; field in class:IDPEntries
69 this.idpEntryList = idpEntries;
79 return idpEntryList;
85 * @param idpEntryList the list of Identity Providers.
88 public void setIDPEntryList(List idpEntryList) { argument
89 this.idpEntryList = idpEntryList;
155 if((idpEntryList != null) && (idpEntryList != Collections.EMPTY_LIST)){
156 Iterator i = idpEntryList
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntries.java53 private List idpEntryList = null; field in class:IDPEntries
69 this.idpEntryList = idpEntries;
79 return idpEntryList;
85 * @param idpEntryList the list of Identity Providers.
88 public void setIDPEntryList(List idpEntryList) { argument
89 this.idpEntryList = idpEntryList;
155 if((idpEntryList != null) && (idpEntryList != Collections.EMPTY_LIST)){
156 Iterator i = idpEntryList
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPList.java61 * @param idpEntryList the list of <code>IDPEntry</code> objects.
65 public void setIDPEntries(List idpEntryList) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DIDPListImpl.java57 private List idpEntryList = null; field in class:IDPListImpl
105 return idpEntryList ;
111 * @param idpEntryList list of <code>IDPEntry</code> objects.
115 public void setIDPEntries(List idpEntryList) throws SAML2Exception { argument
117 this.idpEntryList = idpEntryList;
174 validateIDPEntryList(idpEntryList);
188 if ((idpEntryList == null) || (idpEntryList.isEmpty())) {
192 Iterator i = idpEntryList
281 validateIDPEntryList(List idpEntryList) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DIDPListImpl.java57 private List idpEntryList = null; field in class:IDPListImpl
105 return idpEntryList ;
111 * @param idpEntryList list of <code>IDPEntry</code> objects.
115 public void setIDPEntries(List idpEntryList) throws SAML2Exception { argument
117 this.idpEntryList = idpEntryList;
174 validateIDPEntryList(idpEntryList);
188 if ((idpEntryList == null) || (idpEntryList.isEmpty())) {
192 Iterator i = idpEntryList
281 validateIDPEntryList(List idpEntryList) argument
[all...]

Completed in 39 milliseconds