Searched defs:getIDPList (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/
H A DScopingType.java59 com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList(); method in interface:ScopingType
H A DAuthnRequestEnvelopeType.java97 com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList(); 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.java59 com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList(); method in interface:ScopingType
H A DAuthnRequestEnvelopeType.java97 com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList(); method in interface:AuthnRequestEnvelopeType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java51 public IDPList getIDPList(); method in interface:Scoping
58 * @see #getIDPList
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java148 public FSIDPList getIDPList() { method in class:FSScoping
H A DFSAuthnRequestEnvelope.java396 public FSIDPList getIDPList() { method in class:FSAuthnRequestEnvelope
404 * @see #getIDPList
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java148 public FSIDPList getIDPList() { method in class:FSScoping
H A DFSAuthnRequestEnvelope.java396 public FSIDPList getIDPList() { method in class:FSAuthnRequestEnvelope
404 * @see #getIDPList
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java55 public IDPList getIDPList(); method in interface:Scoping
62 * @see #getIDPList
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java67 public IDPList getIDPList(); method in interface:ECPRequest
74 * @see #getIDPList
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java103 public IDPList getIDPList() { method in class:ScopingImpl
112 * @see #getIDPList
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRequest.java67 public IDPList getIDPList(); method in interface:ECPRequest
74 * @see #getIDPList
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java103 public IDPList getIDPList() { method in class:ScopingImpl
112 * @see #getIDPList
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DScopingTypeImpl.java31 public com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList() { method in class:ScopingTypeImpl
H A DAuthnRequestEnvelopeTypeImpl.java55 public com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList() { method in class:AuthnRequestEnvelopeTypeImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java126 public IDPList getIDPList() { method in class:ECPRequestImpl
135 * @see #getIDPList
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DScopingTypeImpl.java31 public com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList() { method in class:ScopingTypeImpl
H A DAuthnRequestEnvelopeTypeImpl.java55 public com.sun.identity.liberty.ws.common.jaxb.ps.IDPListType getIDPList() { method in class:AuthnRequestEnvelopeTypeImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java126 public IDPList getIDPList() { method in class:ECPRequestImpl
135 * @see #getIDPList
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java111 public static Iterator getIDPList() { method in class:LibertyManager
150 * <code>getIDPList(String,String)</code>
151 * @see #getIDPList(String,String)
153 public static Iterator getIDPList(String hostedEntityID) { method in class:LibertyManager
167 public static Iterator getIDPList(String realm, String hostedEntityID) { method in class:LibertyManager
691 * <code>getIDPList()</code>. This method is used to show the drop-down
716 * <code>getIDPList()</code>. This method is used to show the drop-down
750 Iterator idpList = getIDPList(realm, providerID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java111 public static Iterator getIDPList() { method in class:LibertyManager
150 * <code>getIDPList(String,String)</code>
151 * @see #getIDPList(String,String)
153 public static Iterator getIDPList(String hostedEntityID) { method in class:LibertyManager
167 public static Iterator getIDPList(String realm, String hostedEntityID) { method in class:LibertyManager
691 * <code>getIDPList()</code>. This method is used to show the drop-down
716 * <code>getIDPList()</code>. This method is used to show the drop-down
750 Iterator idpList = getIDPList(realm, providerID);

Completed in 72 milliseconds