Uses of Interface
org.opensaml.saml.common.binding.artifact.SAMLArtifact
-
Packages that use SAMLArtifact Package Description org.opensaml.saml.common.binding.artifact Classes supporting SAML artifact use.org.opensaml.saml.criterion Criterionbased on SAML message/protocol information.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 SAMLArtifact in org.opensaml.saml.common.binding.artifact
Subinterfaces of SAMLArtifact in org.opensaml.saml.common.binding.artifact Modifier and Type Interface Description interfaceSAMLSourceIDArtifactA specialization ofSAMLArtifactwhich exposes a source ID.interfaceSAMLSourceLocationArtifactA specialization ofSAMLArtifactwhich exposes a source location URI.Classes in org.opensaml.saml.common.binding.artifact that implement SAMLArtifact Modifier and Type Class Description classAbstractSAMLArtifactBase class for SAML artifacts. -
Uses of SAMLArtifact in org.opensaml.saml.criterion
Fields in org.opensaml.saml.criterion declared as SAMLArtifact Modifier and Type Field Description private SAMLArtifactArtifactCriterion. artifactThe SourceID value.Methods in org.opensaml.saml.criterion that return SAMLArtifact Modifier and Type Method Description SAMLArtifactArtifactCriterion. getArtifact()Get the SAML artifact.Constructors in org.opensaml.saml.criterion with parameters of type SAMLArtifact Constructor Description ArtifactCriterion(SAMLArtifact newArtifact)Constructor. -
Uses of SAMLArtifact in org.opensaml.saml.saml1.binding.artifact
Subinterfaces of SAMLArtifact in org.opensaml.saml.saml1.binding.artifact Modifier and Type Interface Description interfaceSAML1ArtifactInterface marker for SAML 1 artifacts.Classes in org.opensaml.saml.saml1.binding.artifact that implement SAMLArtifact Modifier and Type Class Description classAbstractSAML1ArtifactSAML 1 Artifact marker.classSAML1ArtifactType0001SAML 1.X Type 0x0001 Artifact.classSAML1ArtifactType0002SAML 1 Type 0x0002 Artifact. -
Uses of SAMLArtifact in org.opensaml.saml.saml2.binding.artifact
Subinterfaces of SAMLArtifact in org.opensaml.saml.saml2.binding.artifact Modifier and Type Interface Description interfaceSAML2ArtifactInterface for SAML 2 artifacts.Classes in org.opensaml.saml.saml2.binding.artifact that implement SAMLArtifact Modifier and Type Class Description classAbstractSAML2ArtifactSAML 2 Artifact base class.classSAML2ArtifactType0004SAML 2 Type 0x004 Artifact.
-