Interface SAML2Artifact
- All Superinterfaces:
SAMLArtifact
- All Known Implementing Classes:
AbstractSAML2Artifact
,SAML2ArtifactType0004
Interface for SAML 2 artifacts.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the 2 byte endpoint index for this artifact.Methods inherited from interface org.opensaml.saml.common.binding.artifact.SAMLArtifact
getArtifactBytes, getTypeCode
-
Method Details
-
getEndpointIndex
@Nonnull byte[] getEndpointIndex()Gets the 2 byte endpoint index for this artifact.- Returns:
- 2 byte endpoint index for this artifact
-