Interface ICertificate


public interface ICertificate
This interface represents a Certificate record as stored in the Evidence Store. This is a read only wrapper and is used for all client side purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the Certificate Authority that issued this Certificate.
    Gets the certificate value for this Certificate.
    Gets the id value for this Certificate.
    Gets the identityContext value for this Certificate.
    Gets the userName value for this Certificate.
    boolean
    Gets the valid value for this Certificate.
  • Method Details

    • getId

      String getId() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the id value for this Certificate.
      Returns:
      id
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException
    • getCA

      String getCA() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the name of the Certificate Authority that issued this Certificate.
      Returns:
      name
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException
    • getUserName

      String getUserName() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the userName value for this Certificate.
      Returns:
      userName
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException
    • getIdentityContext

      String getIdentityContext() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the identityContext value for this Certificate.
      Returns:
      identityContext
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException
    • getCertificate

      String getCertificate() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the certificate value for this Certificate.
      Returns:
      certificate
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException
    • isValid

      boolean isValid() throws oracle.bpel.services.workflow.evidence.EvidenceServiceException
      Gets the valid value for this Certificate.
      Returns:
      valid
      Throws:
      oracle.bpel.services.workflow.evidence.EvidenceServiceException