Searched refs:idpList (Results 1 - 25 of 30) sorted by relevance

12

/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-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/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/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/wsfederation/servlet/
H A DIPRPSignoutRequest.java146 String[] idpList = WSFederationUtils.sessionProvider.
149 if ( idpList != null && idpList.length > 0
150 && idpList[0] != null && idpList[0].length()>0 )
154 idpList[0]);
161 metaManager.getBaseConfig(realm,idpList[0]);
167 displayName = idpList[0];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPRPSignoutRequest.java146 String[] idpList = WSFederationUtils.sessionProvider.
149 if ( idpList != null && idpList.length > 0
150 && idpList[0] != null && idpList[0].length()>0 )
154 idpList[0]);
161 metaManager.getBaseConfig(realm,idpList[0]);
167 displayName = idpList[0];
/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/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/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/
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/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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java219 List idpList = entityDescriptor.getIDPDescriptor();
220 if (idpList != null && !idpList.isEmpty()) {
221 Iterator idpIterator = idpList.iterator();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java219 List idpList = entityDescriptor.getIDPDescriptor();
220 if (idpList != null && !idpList.isEmpty()) {
221 Iterator idpIterator = idpList.iterator();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java312 FSIDPList idpList = null;
337 idpList = new FSIDPList(idpEntries, null);
340 idpList.setMinorVersion(minorVersion);
355 idpList,
786 FSIDPList idpList = null;
811 idpList = new FSIDPList(idpEntries, null);
812 idpList.setMinorVersion(minorVersion);
826 idpList,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java312 FSIDPList idpList = null;
337 idpList = new FSIDPList(idpEntries, null);
340 idpList.setMinorVersion(minorVersion);
355 idpList,
786 FSIDPList idpList = null;
811 idpList = new FSIDPList(idpEntries, null);
812 idpList.setMinorVersion(minorVersion);
826 idpList,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java601 IDPList idpList = ProtocolFactory.getInstance()
603 idpList.setIDPEntries(idpEntries);
604 ecpRequest.setIDPList(idpList);
613 idpList.setGetComplete(getComplete);
907 IDPList idpList = ProtocolFactory.getInstance().
909 idpList.setIDPEntries(list);
910 scoping.setIDPList(idpList);
H A DIDPProxyUtil.java413 IDPList idpList = ProtocolFactory.getInstance().
415 idpList.setIDPEntries(list);
416 scoping.setIDPList(idpList);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java126 Set idpList = new HashSet();
130 idpList.addAll(
132 idpList.addAll(
139 return idpList.iterator();
750 Iterator idpList = getIDPList(realm, providerID);
757 while (idpList.hasNext()) {
758 idp = (String) idpList.next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java617 IDPList idpList = ProtocolFactory.getInstance()
619 idpList.setIDPEntries(idpEntries);
620 ecpRequest.setIDPList(idpList);
629 idpList.setGetComplete(getComplete);
923 IDPList idpList = ProtocolFactory.getInstance().
925 idpList.setIDPEntries(list);
926 scoping.setIDPList(idpList);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java126 Set idpList = new HashSet();
130 idpList.addAll(
132 idpList.addAll(
139 return idpList.iterator();
750 Iterator idpList = getIDPList(realm, providerID);
757 while (idpList.hasNext()) {
758 idp = (String) idpList.next();

Completed in 142 milliseconds

12