Uses of Interface
org.opensaml.saml.saml2.metadata.ArtifactResolutionService
Packages that use ArtifactResolutionService
Package
Description
SAML 2.0 message decoders.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
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 ArtifactResolutionServiceModifier and TypeFieldDescriptionHTTPArtifactDecoder.artifactEndpointResolverResolver for ArtifactResolutionService endpoints.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return ArtifactResolutionServiceModifier and TypeMethodDescriptionprivate ArtifactResolutionServiceHTTPArtifactDecoder.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 ArtifactResolutionServiceModifier and TypeMethodDescriptionHTTPArtifactDecoder.getArtifactEndpointResolver()Get the artifact endpoint resolver.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type ArtifactResolutionServiceModifier and TypeMethodDescriptionprivate SAMLObjectHTTPArtifactDecoder.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 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.