Uses of Interface
com.sun.identity.saml2.protocol.Artifact
Packages that use Artifact
-
Uses of Artifact in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return ArtifactModifier 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 theArtifactof the request.Methods in com.sun.identity.saml2.protocol with parameters of type ArtifactModifier and TypeMethodDescriptionvoidArtifactResolve.setArtifact(Artifact value) Sets theArtifactof the request.