Uses of Interface
org.opensaml.saml.saml2.metadata.ArtifactResolutionService
Package | Description |
---|---|
org.opensaml.saml.saml2.binding.decoding.impl |
SAML 2.0 message decoders.
|
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 ArtifactResolutionService in org.opensaml.saml.saml2.binding.decoding.impl
Fields in org.opensaml.saml.saml2.binding.decoding.impl with type parameters of type ArtifactResolutionService Modifier and Type Field Description private EndpointResolver<ArtifactResolutionService>
HTTPArtifactDecoder. artifactEndpointResolver
Resolver for ArtifactResolutionService endpoints.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return ArtifactResolutionService Modifier and Type Method Description private ArtifactResolutionService
HTTPArtifactDecoder. resolveArtifactEndpoint(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor)
Resolve the artifact resolution endpoint of the peer who issued the artifact.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return types with arguments of type ArtifactResolutionService Modifier and Type Method Description EndpointResolver<ArtifactResolutionService>
HTTPArtifactDecoder. getArtifactEndpointResolver()
Get the artifact endpoint resolver.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type ArtifactResolutionService Modifier and Type Method Description private SAMLObject
HTTPArtifactDecoder. dereferenceArtifact(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor, ArtifactResolutionService ars)
De-reference the supplied artifact into the corresponding SAML protocol message.Method parameters in org.opensaml.saml.saml2.binding.decoding.impl with type arguments of type ArtifactResolutionService Modifier and Type Method Description void
HTTPArtifactDecoder. setArtifactEndpointResolver(EndpointResolver<ArtifactResolutionService> resolver)
Set the artifact endpoint resolver. -
Uses of ArtifactResolutionService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return ArtifactResolutionService Modifier and Type Method Description ArtifactResolutionService
SSODescriptor. getDefaultArtifactResolutionService()
Gets the default artifact resolution service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type ArtifactResolutionService Modifier and Type Method Description List<ArtifactResolutionService>
SSODescriptor. getArtifactResolutionServices()
Gets a list of artifact resolution services for this service. -
Uses of ArtifactResolutionService in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement ArtifactResolutionService Modifier and Type Class Description class
ArtifactResolutionServiceImpl
Concrete implementation ofArtifactResolutionService
.Fields in org.opensaml.saml.saml2.metadata.impl with type parameters of type ArtifactResolutionService Modifier and Type Field Description private XMLObjectChildrenList<ArtifactResolutionService>
SSODescriptorImpl. artifactResolutionServices
Supported artifact resolutions services.Methods in org.opensaml.saml.saml2.metadata.impl that return ArtifactResolutionService Modifier and Type Method Description ArtifactResolutionService
ArtifactResolutionServiceBuilder. buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.ArtifactResolutionService
ArtifactResolutionServiceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Creates an XMLObject with a given fully qualified name.ArtifactResolutionService
SSODescriptorImpl. getDefaultArtifactResolutionService()
Gets the default artifact resolution service.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type ArtifactResolutionService Modifier and Type Method Description List<ArtifactResolutionService>
SSODescriptorImpl. getArtifactResolutionServices()
Gets a list of artifact resolution services for this service.