Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLSourceIDArtifact
-
Packages that use SAMLSourceIDArtifact Package Description org.opensaml.saml.metadata.resolver.impl Classes for retrieving, filtering, and querying metadata.org.opensaml.saml.saml1.binding.artifact Classes that may be used to create and manipulate SAML 1 artifacts.org.opensaml.saml.saml2.binding.artifact Classes that may be used to create and manipulate SAML 2 artifacts. -
-
Uses of SAMLSourceIDArtifact in org.opensaml.saml.metadata.resolver.impl
Methods in org.opensaml.saml.metadata.resolver.impl with parameters of type SAMLSourceIDArtifact Modifier and Type Method Description private StringSAMLArtifactURLBuilder. buildFromSourceID(String baseURL, SAMLSourceIDArtifact sourceIDArtifact)Builder URL from SAML artifact source ID. -
Uses of SAMLSourceIDArtifact in org.opensaml.saml.saml1.binding.artifact
Classes in org.opensaml.saml.saml1.binding.artifact that implement SAMLSourceIDArtifact Modifier and Type Class Description classSAML1ArtifactType0001SAML 1.X Type 0x0001 Artifact. -
Uses of SAMLSourceIDArtifact in org.opensaml.saml.saml2.binding.artifact
Classes in org.opensaml.saml.saml2.binding.artifact that implement SAMLSourceIDArtifact Modifier and Type Class Description classSAML2ArtifactType0004SAML 2 Type 0x004 Artifact.
-