Uses of Interface
com.sun.identity.saml2.protocol.Artifact
-
Uses of Artifact in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionProtocolFactory.createArtifact
(byte[] typecode, int endpointIndex, String sourceID, String messageHandle) Returns a new instance ofArtifact
.ProtocolFactory.createArtifact
(String encodedArtifactValue) Returns a new instance ofArtifact
.ProtocolFactory.createArtifact
(Element elem) Returns a new instance ofArtifact
.ArtifactResolve.getArtifact()
Gets theArtifact
of the request.Modifier and TypeMethodDescriptionvoid
ArtifactResolve.setArtifact
(Artifact value) Sets theArtifact
of the request.