Searched refs:setIDPList (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/
H A DScopingType.java69 void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value); method in interface:ScopingType
H A DAuthnRequestEnvelopeType.java107 void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value); method in interface:AuthnRequestEnvelopeType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/
H A DScopingType.java69 void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value); method in interface:ScopingType
H A DAuthnRequestEnvelopeType.java107 void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value); method in interface:AuthnRequestEnvelopeType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java49 * @see #setIDPList(IDPList)
60 public void setIDPList(IDPList idpList) throws SAML2Exception; method in interface:Scoping
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java65 * @see #setIDPList(IDPList)
76 public void setIDPList(IDPList idpList) throws SAML2Exception; method in interface:ECPRequest
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java65 * @see #setIDPList(IDPList)
76 public void setIDPList(IDPList idpList) throws SAML2Exception; method in interface:ECPRequest
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java53 * @see #setIDPList(IDPList)
64 public void setIDPList(IDPList idpList) throws SAML2Exception; method in interface:Scoping
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java139 public void setIDPList(FSIDPList idpList) { method in class:FSScoping
282 scoping.setIDPList(idpsList);
H A DFSAuthnRequestEnvelope.java394 * @see #setIDPList(FSIDPList)
406 public void setIDPList(FSIDPList idpList) { method in class:FSAuthnRequestEnvelope
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java139 public void setIDPList(FSIDPList idpList) { method in class:FSScoping
282 scoping.setIDPList(idpsList);
H A DFSAuthnRequestEnvelope.java394 * @see #setIDPList(FSIDPList)
406 public void setIDPList(FSIDPList idpList) { method in class:FSAuthnRequestEnvelope
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java101 * @see #setIDPList(IDPList)
114 public void setIDPList(IDPList idpList) throws SAML2Exception { method in class:ScopingImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java101 * @see #setIDPList(IDPList)
114 public void setIDPList(IDPList idpList) throws SAML2Exception { method in class:ScopingImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java124 * @see #setIDPList(IDPList)
137 public void setIDPList(IDPList idpList) throws SAML2Exception { method in class:ECPRequestImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java124 * @see #setIDPList(IDPList)
137 public void setIDPList(IDPList idpList) throws SAML2Exception { method in class:ECPRequestImpl
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DScopingTypeImpl.java35 public void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value) { method in class:ScopingTypeImpl
H A DAuthnRequestEnvelopeTypeImpl.java59 public void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value) { method in class:AuthnRequestEnvelopeTypeImpl
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DScopingTypeImpl.java35 public void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value) { method in class:ScopingTypeImpl
H A DAuthnRequestEnvelopeTypeImpl.java59 public void setIDPList(com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType value) { method in class:AuthnRequestEnvelopeTypeImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java383 newScoping.setIDPList(scoping.getIDPList());
416 scoping.setIDPList(idpList);
H A DSPSSOFederate.java604 ecpRequest.setIDPList(idpList);
910 scoping.setIDPList(idpList);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java394 newScoping.setIDPList(scoping.getIDPList());
436 scoping.setIDPList(idpList);
H A DSPSSOFederate.java620 ecpRequest.setIDPList(idpList);
926 scoping.setIDPList(idpList);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java455 scoping.setIDPList(idpList);

Completed in 59 milliseconds

12