Searched defs:idpList (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java56 * @param idpList the new <code>IDPList</code> object.
60 public void setIDPList(IDPList idpList) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java58 private FSIDPList idpList = null; field in class:FSScoping
68 * @param idpList the <code>FSIDPList</code> object.
71 public FSScoping(FSIDPList idpList, int proxyCount) { argument
72 this.idpList = idpList;
111 idpList = new FSIDPList((Element)child);
137 * @param idpList the <code>FSIDPList</code> object.
139 public void setIDPList(FSIDPList idpList) { argument
140 this.idpList = idpList;
[all...]
H A DFSAuthnRequestEnvelope.java55 private FSIDPList idpList = null; field in class:FSAuthnRequestEnvelope
75 * @param idpList list of identity providers
84 FSIDPList idpList, boolean isPassive ) {
89 this.idpList = idpList;
138 idpList = new FSIDPList((Element) child);
295 if (idpList != null){
296 xml.append(idpList.toXMLString());
397 return idpList;
403 * @param idpList th
80 FSAuthnRequestEnvelope(FSAuthnRequest authnRequest, String providerID, String providerName, String assertionConsumerServiceURL, FSIDPList idpList, boolean isPassive ) argument
406 setIDPList(FSIDPList idpList) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java58 private FSIDPList idpList = null; field in class:FSScoping
68 * @param idpList the <code>FSIDPList</code> object.
71 public FSScoping(FSIDPList idpList, int proxyCount) { argument
72 this.idpList = idpList;
111 idpList = new FSIDPList((Element)child);
137 * @param idpList the <code>FSIDPList</code> object.
139 public void setIDPList(FSIDPList idpList) { argument
140 this.idpList = idpList;
[all...]
H A DFSAuthnRequestEnvelope.java55 private FSIDPList idpList = null; field in class:FSAuthnRequestEnvelope
75 * @param idpList list of identity providers
84 FSIDPList idpList, boolean isPassive ) {
89 this.idpList = idpList;
138 idpList = new FSIDPList((Element) child);
295 if (idpList != null){
296 xml.append(idpList.toXMLString());
397 return idpList;
403 * @param idpList th
80 FSAuthnRequestEnvelope(FSAuthnRequest authnRequest, String providerID, String providerName, String assertionConsumerServiceURL, FSIDPList idpList, boolean isPassive ) argument
406 setIDPList(FSIDPList idpList) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java60 * @param idpList the new <code>IDPList</code> object.
64 public void setIDPList(IDPList idpList) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java72 * @param idpList the new <code>IDPList</code> object.
76 public void setIDPList(IDPList idpList) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java57 private IDPList idpList; field in class:ScopingImpl
104 return idpList;
110 * @param idpList the new <code>IDPList</code> object.
114 public void setIDPList(IDPList idpList) throws SAML2Exception { argument
116 this.idpList = idpList;
196 if (idpList != null || (requesterIDList != null && !requesterIDList.isEmpty()) || proxyCount != null) {
221 if (idpList != null) {
222 xmlString.append(idpList.toXMLString(includeNSPrefix,declareNS))
248 if (idpList !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java72 * @param idpList the new <code>IDPList</code> object.
76 public void setIDPList(IDPList idpList) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java57 private IDPList idpList; field in class:ScopingImpl
104 return idpList;
110 * @param idpList the new <code>IDPList</code> object.
114 public void setIDPList(IDPList idpList) throws SAML2Exception { argument
116 this.idpList = idpList;
196 if (idpList != null || (requesterIDList != null && !requesterIDList.isEmpty()) || proxyCount != null) {
221 if (idpList != null) {
222 xmlString.append(idpList.toXMLString(includeNSPrefix,declareNS))
248 if (idpList !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java53 private IDPList idpList; field in class:ECPRequestImpl
127 return idpList;
133 * @param idpList the new <code>IDPList</code> object.
137 public void setIDPList(IDPList idpList) throws SAML2Exception { argument
139 this.idpList = idpList;
317 if (idpList != null) {
319 .append(idpList.toXMLString(includeNSPrefix,declareNS));
405 idpList = ProtocolFactory.getInstance().createIDPList(
431 if (idpList !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java53 private IDPList idpList; field in class:ECPRequestImpl
127 return idpList;
133 * @param idpList the new <code>IDPList</code> object.
137 public void setIDPList(IDPList idpList) throws SAML2Exception { argument
139 this.idpList = idpList;
317 if (idpList != null) {
319 .append(idpList.toXMLString(includeNSPrefix,declareNS));
405 idpList = ProtocolFactory.getInstance().createIDPList(
431 if (idpList !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyFRImpl.java222 String idpListSt = idpList(authnRequest, realm);
298 private String idpList( method in class:SAML2IDPProxyFRImpl
302 String classMethod = "idpList";
305 List<String> idpList = SAML2Utils.getSAML2MetaManager().getAllRemoteIdentityProviderEntities(realm);
306 return selectIDPBasedOnLOA(idpList, realm, authnRequest);
313 private String selectIDPBasedOnLOA(List<String> idpList, String realm, AuthnRequest authnRequest) { argument
325 return StringUtils.join(idpList, " ");
336 if ((idpList != null) && (!idpList.isEmpty())) {
337 Iterator idpI = idpList
406 selectIDPBasedOnAuthContext(List idpList, String realm, AuthnRequest authnRequest) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2IDPProxyFRImpl.java222 String idpListSt = idpList(authnRequest, realm);
298 private String idpList( method in class:SAML2IDPProxyFRImpl
302 String classMethod = "idpList";
305 List<String> idpList = SAML2Utils.getSAML2MetaManager().getAllRemoteIdentityProviderEntities(realm);
306 return selectIDPBasedOnLOA(idpList, realm, authnRequest);
313 private String selectIDPBasedOnLOA(List<String> idpList, String realm, AuthnRequest authnRequest) { argument
325 return StringUtils.join(idpList, " ");
336 if ((idpList != null) && (!idpList.isEmpty())) {
337 Iterator idpI = idpList
406 selectIDPBasedOnAuthContext(List idpList, String realm, AuthnRequest authnRequest) argument
[all...]

Completed in 46 milliseconds