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.support   
org.opensaml.saml2.metadata.validator Validation rules for SAML 2.0 metadata types and elements. 
org.opensaml.samlext.idpdisco   
 

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(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, List<IndexedEndpoint> endpoints)
          Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
protected  Endpoint AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request, 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.support
 

Methods in org.opensaml.saml2.metadata.support with type parameters of type IndexedEndpoint
static
<T extends IndexedEndpoint>
T
SAML2MetadataHelper.getDefaultIndexedEndpoint(List<T> candidates)
          Select the default IndexedEndpoint from a list of candidates.
 

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.
 

Uses of IndexedEndpoint in org.opensaml.samlext.idpdisco
 

Subinterfaces of IndexedEndpoint in org.opensaml.samlext.idpdisco
 interface DiscoveryResponse
          SAML Identity Provider Discovery Protocol DiscoveryResponse
 

Classes in org.opensaml.samlext.idpdisco that implement IndexedEndpoint
 class DiscoveryResponseImpl
          This plugs into the standard opensaml2 parser framework to allow us to get use DiscoverResponse elements in our extensions.
 



Copyright © 1999-2013. All Rights Reserved.