Uses of Interface
org.opensaml.saml.saml2.metadata.ArtifactResolutionService
Packages that use ArtifactResolutionService
Package
Description
Implementation of Velocity-based metadata generation.
SAML 2.0 message decoders.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of ArtifactResolutionService in org.opensaml.saml.metadata.generator.impl
Methods in org.opensaml.saml.metadata.generator.impl that return ArtifactResolutionServiceModifier and TypeMethodDescription -
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 ArtifactResolutionServiceModifier and TypeFieldDescriptionHTTPArtifactDecoder.artifactEndpointResolverResolver for ArtifactResolutionService endpoints.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return types with arguments of type ArtifactResolutionServiceModifier and TypeMethodDescriptionHTTPArtifactDecoder.getArtifactEndpointResolver()Get the artifact endpoint resolver.Method parameters in org.opensaml.saml.saml2.binding.decoding.impl with type arguments of type ArtifactResolutionServiceModifier and TypeMethodDescriptionvoidHTTPArtifactDecoder.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 ArtifactResolutionServiceModifier and TypeMethodDescriptionSSODescriptor.getDefaultArtifactResolutionService()Gets the default artifact resolution service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type ArtifactResolutionServiceModifier and TypeMethodDescriptionSSODescriptor.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 ArtifactResolutionServiceFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type ArtifactResolutionServiceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<ArtifactResolutionService>SSODescriptorImpl.artifactResolutionServicesSupported artifact resolutions services.Methods in org.opensaml.saml.saml2.metadata.impl that return ArtifactResolutionServiceModifier and TypeMethodDescriptionArtifactResolutionServiceBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ArtifactResolutionServiceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SSODescriptorImpl.getDefaultArtifactResolutionService()Gets the default artifact resolution service.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type ArtifactResolutionServiceModifier and TypeMethodDescriptionSSODescriptorImpl.getArtifactResolutionServices()Gets a list of artifact resolution services for this service.