Uses of Interface
org.opensaml.saml.saml2.core.IDPList
-
Packages that use IDPList Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements. -
-
Uses of IDPList in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return IDPList Modifier and Type Method Description IDPListScoping. getIDPList()Gets the IDPList.Methods in org.opensaml.saml.saml2.core with parameters of type IDPList Modifier and Type Method Description voidScoping. setIDPList(IDPList newIDPList)Sets the IDPList. -
Uses of IDPList in org.opensaml.saml.saml2.ecp
Methods in org.opensaml.saml.saml2.ecp that return IDPList Modifier and Type Method Description IDPListRequest. getIDPList()Get the IDPList child element.Methods in org.opensaml.saml.saml2.ecp with parameters of type IDPList Modifier and Type Method Description voidRequest. setIDPList(IDPList newIDPList)Set the IDPList child element.
-