Uses of Interface
org.opensaml.saml.saml2.metadata.ArtifactResolutionService
-
Packages that use ArtifactResolutionService Package Description org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
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.
-