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

Packages that use IDPEntry
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. 
 

Uses of IDPEntry in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type IDPEntry
 List<IDPEntry> IDPList.getIDPEntrys()
          Gets the IDPEntry list.
 

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

Classes in org.opensaml.saml2.core.impl that implement IDPEntry
 class IDPEntryImpl
          Concrete implementation of IDPEntry.
 

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

Methods in org.opensaml.saml2.core.impl that return types with arguments of type IDPEntry
 List<IDPEntry> IDPListImpl.getIDPEntrys()
          Gets the IDPEntry list.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type IDPEntry
 void IDPEntrySchemaValidator.validate(IDPEntry entry)
          
protected  void IDPEntrySchemaValidator.validateProviderID(IDPEntry entry)
          Validates ProviderID attribute
 



Copyright © 2006-2013 Internet2. All Rights Reserved.