Interfaces and Methods
Table 34-11 through Table 34-14 describe the methods in the evidence store service. Package oracle.bpel.services.security.evidence
corresponds to the evidence service.
Table 34-11 ITaskEvidenceService Interface
Method | Description |
---|---|
|
Creates evidence and stores it in the repository for nonrepudiation. |
|
Gets a list of evidence matching the given criteria. The result also depends on the privileges associated with the user querying the service. If the user has been granted the |
|
Uploads certificates to be used later for signature verification. This is a prerequisite for creating evidence using a given certificate. A user can only upload their certificates. |
|
Updates the CRL verification part of the status. This includes verified time, status, and error messages, if any. |
|
Validates the evidence signature. This essentially performs a nonrepudiation check on the evidence. A value of |
Table 34-12 Evidence Interface
Method | Description |
---|---|
|
Gets the certificate used to sign this evidence. |
|
Gets the creation date of the evidence. |
|
Gets the error message associated with the CRL validation. |
|
Gets the unique identifier associated with the evidence. |
|
Gets the content that was signed as part of this evidence. |
|
Gets the signature policy of the evidence. This is either |
|
Gets the signature of this evidence. |
|
Gets the date on which the signature was created. |
|
Gets the CRL validation status. This can be one of the following:
|
|
Gets the unique identifier of the task with which this evidence is associated. |
|
Gets the task number of the task with which this evidence is associated. |
|
Gets the task priority of the task with which this evidence is associated. |
|
Gets the task status of the task with which this evidence is associated. |
|
Gets the task substatus of the task with which this evidence is associated. |
|
Gets the title of the task with which this evidence is associated. |
|
Gets the version of the task with which this evidence is associated. |
|
Gets the date on which the CRL validation of the certificate used was performed. |
|
Gets the workflow type of the task with which this evidence is associated. This is typically |
Table 34-13 Certificate Interface
Method | Description |
---|---|
|
Gets the certificate issuer's distinguished name (DN). |
|
Gets the certificate object that is abstracted by the interface. |
|
Gets the certificate's serial number. |
|
Gets the identity context with which the uploader of this certificate is associated. |
|
Gets the user name with whom this certificate is associated. |
|
Returns |
Table 34-14 Policy Type and Workflow Type Interface
Method | Description |
---|---|
|
Constructs an object from the string representation. |
|
Returns the string representation of this object. |
For more information, see the following:
-
How to Specify a Workflow Digital Signature Policy for details about specifying digital signatures and digital certificates in the Human Task Editor
-
Designing Task Forms for Human Tasks for details about digitally signing a task action in the Oracle BPM Worklist