com.adobe.livecycle.signatures.client.types
Class VerifySPIOptions

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.types.VerifySPIOptions
All Implemented Interfaces:
java.io.Serializable

public class VerifySPIOptions
extends java.lang.Object
implements java.io.Serializable

Represents the data used to invoke the Signature Handler SPI for validation. For information about the SPI service, see the Creating Signature Handlers section in Programming with Adobe Experience Manager forms.

See Also:
Serialized Form

Constructor Summary
VerifySPIOptions()
           
 
Method Summary
 java.util.Map getSPIProperties()
          Gets the properties that belong to the Signature SPI service.
 java.lang.String getSPIServiceName()
          Gets the SPI service name.
 void setSPIProperties(java.util.Map spiProperties)
          Sets the properties that belong to the Signature SPI service.
 void setSPIServiceName(java.lang.String spiServiceName)
          Sets the SPI service name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifySPIOptions

public VerifySPIOptions()
Method Detail

getSPIServiceName

public java.lang.String getSPIServiceName()
Gets the SPI service name.

Returns:
A string value that specifies the service name.

setSPIServiceName

public void setSPIServiceName(java.lang.String spiServiceName)
Sets the SPI service name.

Parameters:
spiServiceName - A string value that specifies the service name.

getSPIProperties

public java.util.Map getSPIProperties()
Gets the properties that belong to the Signature SPI service.

Returns:
A java.util.Map object that contains properties.

setSPIProperties

public void setSPIProperties(java.util.Map spiProperties)
Sets the properties that belong to the Signature SPI service.