Uses of Interface
org.opensaml.saml.saml2.core.IDPList
Packages that use IDPList
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Interfaces for SAML 2 ECP Elements.
Implementations of SAML 2.0 ECP types and elements.
-
Uses of IDPList in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return IDPListMethods in org.opensaml.saml.saml2.core with parameters of type IDPList -
Uses of IDPList in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement IDPListFields in org.opensaml.saml.saml2.core.impl declared as IDPListMethods in org.opensaml.saml.saml2.core.impl that return IDPListModifier and TypeMethodDescriptionIDPListBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.IDPListBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ScopingImpl.getIDPList()Gets the IDPList.Methods in org.opensaml.saml.saml2.core.impl with parameters of type IDPListModifier and TypeMethodDescriptionvoidScopingImpl.setIDPList(IDPList newIDPList) Sets the IDPList. -
Uses of IDPList in org.opensaml.saml.saml2.ecp
Methods in org.opensaml.saml.saml2.ecp that return IDPListMethods in org.opensaml.saml.saml2.ecp with parameters of type IDPListModifier and TypeMethodDescriptionvoidRequest.setIDPList(IDPList newIDPList) Set the IDPList child element. -
Uses of IDPList in org.opensaml.saml.saml2.ecp.impl
Fields in org.opensaml.saml.saml2.ecp.impl declared as IDPListMethods in org.opensaml.saml.saml2.ecp.impl that return IDPListMethods in org.opensaml.saml.saml2.ecp.impl with parameters of type IDPListModifier and TypeMethodDescriptionvoidRequestImpl.setIDPList(IDPList newIDPList) Set the IDPList child element.