Uses of Interface
org.opensaml.saml2.metadata.IndexedEndpoint

Packages that use IndexedEndpoint
org.opensaml.common.binding Classes related to SAML binding operations. 
org.opensaml.saml2.binding Class for working with SAML 2 bindings. 
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.validator Validation rules for SAML 2.0 metadata types and elements. 
 

Uses of IndexedEndpoint in org.opensaml.common.binding
 

Method parameters in org.opensaml.common.binding with type arguments of type IndexedEndpoint
protected  Endpoint BasicEndpointSelector.selectIndexedEndpoint(java.util.List<IndexedEndpoint> endpoints)
          Selects an appropriate endpoint from a list of indexed endpoints.
 

Uses of IndexedEndpoint in org.opensaml.saml2.binding
 

Method parameters in org.opensaml.saml2.binding with type arguments of type IndexedEndpoint
protected  Endpoint AuthnResponseEndpointSelector.selectEndpointByACSIndex(AuthnRequest request, java.util.List<IndexedEndpoint> endpoints)
          Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
protected  Endpoint AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request, java.util.List<IndexedEndpoint> endpoints)
          Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest.
 

Uses of IndexedEndpoint in org.opensaml.saml2.metadata
 

Subinterfaces of IndexedEndpoint in org.opensaml.saml2.metadata
 interface ArtifactResolutionService
          SAML 2.0 Metadata ArtifactResolutionService
 interface AssertionConsumerService
          SAML 2.0 Metadata AssertionConsumerService
 

Uses of IndexedEndpoint in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement IndexedEndpoint
 class ArtifactResolutionServiceImpl
          Concrete implementation of ArtifactResolutionService
 class AssertionConsumerServiceImpl
          Concrete implementation of AssertionConsumerService
 class IndexedEndpointImpl
          Concrete implementation of IndexedEndpoint
 

Uses of IndexedEndpoint in org.opensaml.saml2.metadata.validator
 

Classes in org.opensaml.saml2.metadata.validator with type parameters of type IndexedEndpoint
 class IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint>
          Checks IndexedEndpoint for Schema compliance.
 

Methods in org.opensaml.saml2.metadata.validator with parameters of type IndexedEndpoint
protected  void IndexedEndpointSchemaValidator.validateIndex(IndexedEndpoint indexedEndpoint)
          Checks that Index is non-negative.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.