Uses of Interface
org.opensaml.saml2.core.IDPList

Packages that use IDPList
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
org.opensaml.saml2.ecp   
org.opensaml.saml2.ecp.impl   
 

Uses of IDPList in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return IDPList
 IDPList Scoping.getIDPList()
          Gets the IDPList.
 

Methods in org.opensaml.saml2.core with parameters of type IDPList
 void Scoping.setIDPList(IDPList newIDPList)
          Sets the IDPList.
 

Uses of IDPList in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement IDPList
 class IDPListImpl
          Concrete implementation of IDPList.
 

Methods in org.opensaml.saml2.core.impl that return IDPList
 IDPList IDPListBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 IDPList IDPListBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 IDPList ScopingImpl.getIDPList()
          Gets the IDPList.
 

Methods in org.opensaml.saml2.core.impl with parameters of type IDPList
 void ScopingImpl.setIDPList(IDPList newIDPList)
          Sets the IDPList.
 

Uses of IDPList in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type IDPList
 void IDPListSchemaValidator.validate(IDPList list)
          
protected  void IDPListSchemaValidator.validateIDPEntries(IDPList list)
          Validates IDPEntry child elements.
 

Uses of IDPList in org.opensaml.saml2.ecp
 

Methods in org.opensaml.saml2.ecp that return IDPList
 IDPList Request.getIDPList()
          Get the IDPList child element.
 

Methods in org.opensaml.saml2.ecp with parameters of type IDPList
 void Request.setIDPList(IDPList newIDPList)
          Set the IDPList child element.
 

Uses of IDPList in org.opensaml.saml2.ecp.impl
 

Methods in org.opensaml.saml2.ecp.impl that return IDPList
 IDPList RequestImpl.getIDPList()
          Get the IDPList child element.
 

Methods in org.opensaml.saml2.ecp.impl with parameters of type IDPList
 void RequestImpl.setIDPList(IDPList newIDPList)
          Set the IDPList child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.