Uses of Interface
com.sun.identity.saml2.protocol.Artifact
-
Packages that use Artifact Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Artifact in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Artifact Modifier and Type Method Description Artifact
ProtocolFactory. createArtifact(byte[] typecode, int endpointIndex, String sourceID, String messageHandle)
Returns a new instance ofArtifact
.Artifact
ProtocolFactory. createArtifact(String encodedArtifactValue)
Returns a new instance ofArtifact
.Artifact
ProtocolFactory. createArtifact(Element elem)
Returns a new instance ofArtifact
.Artifact
ArtifactResolve. getArtifact()
Gets theArtifact
of the request.Methods in com.sun.identity.saml2.protocol with parameters of type Artifact Modifier and Type Method Description void
ArtifactResolve. setArtifact(Artifact value)
Sets theArtifact
of the request.
-