Uses of Interface
org.opensaml.saml.saml2.metadata.IndexedEndpoint
Package | Description |
---|---|
org.opensaml.saml.ext.idpdisco |
Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
|
org.opensaml.saml.ext.idpdisco.impl |
Implementation for SAML v2.0 Identity Provider Discovery Profile.
|
org.opensaml.saml.metadata.support |
Classes in support of SAML metadata.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
-
Uses of IndexedEndpoint in org.opensaml.saml.ext.idpdisco
Subinterfaces of IndexedEndpoint in org.opensaml.saml.ext.idpdisco Modifier and Type Interface Description interface
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of IndexedEndpoint in org.opensaml.saml.ext.idpdisco.impl
Classes in org.opensaml.saml.ext.idpdisco.impl that implement IndexedEndpoint Modifier and Type Class Description class
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get useDiscoverResponse
elements in our extensions. -
Uses of IndexedEndpoint in org.opensaml.saml.metadata.support
Methods in org.opensaml.saml.metadata.support with type parameters of type IndexedEndpoint Modifier and Type Method Description static <T extends IndexedEndpoint>
TSAML2MetadataSupport. getDefaultIndexedEndpoint(List<T> candidates)
Select the defaultIndexedEndpoint
from a list of candidates. -
Uses of IndexedEndpoint in org.opensaml.saml.saml2.metadata
Subinterfaces of IndexedEndpoint in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interface
ArtifactResolutionService
SAML 2.0 Metadata ArtifactResolutionService.interface
AssertionConsumerService
SAML 2.0 Metadata AssertionConsumerService. -
Uses of IndexedEndpoint in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement IndexedEndpoint Modifier and Type Class Description class
ArtifactResolutionServiceImpl
Concrete implementation ofArtifactResolutionService
.class
AssertionConsumerServiceImpl
Concrete implementation ofAssertionConsumerService
.class
IndexedEndpointImpl
Concrete implementation ofIndexedEndpoint
.