Uses of Interface
org.opensaml.saml.saml2.metadata.ArtifactResolutionService
-
Packages that use 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. artifactEndpointResolverResolver for ArtifactResolutionService endpoints.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return ArtifactResolutionService Modifier and Type Method Description private 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 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 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 ArtifactResolutionService Modifier and Type Method Description voidHTTPArtifactDecoder. 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 ArtifactResolutionServiceSSODescriptor. 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 classArtifactResolutionServiceImplConcrete 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. artifactResolutionServicesSupported artifact resolutions services.Methods in org.opensaml.saml.saml2.metadata.impl that return ArtifactResolutionService Modifier and Type Method Description ArtifactResolutionServiceArtifactResolutionServiceBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ArtifactResolutionServiceArtifactResolutionServiceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.ArtifactResolutionServiceSSODescriptorImpl. 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.
-