Uses of Interface
org.opensaml.saml.saml2.metadata.IndexedEndpoint
-
Packages that use 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 interfaceDiscoveryResponseSAML 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 classDiscoveryResponseImplThis plugs into the standard opensaml2 parser framework to allow us to get useDiscoverResponseelements 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 defaultIndexedEndpointfrom 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 interfaceArtifactResolutionServiceSAML 2.0 Metadata ArtifactResolutionService.interfaceAssertionConsumerServiceSAML 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 classArtifactResolutionServiceImplConcrete implementation ofArtifactResolutionService.classAssertionConsumerServiceImplConcrete implementation ofAssertionConsumerService.classIndexedEndpointImplConcrete implementation ofIndexedEndpoint.
-