Interface IdentificationSrv.AsyncIface

All Known Implementing Classes:
IdentificationSrv.AsyncClient
Enclosing class:
IdentificationSrv

public static interface IdentificationSrv.AsyncIface
  • Method Details

    • get

      void get​(String id, org.apache.thrift.async.AsyncMethodCallback<Identity> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getIdentityID

      void getIdentityID​(List<IdentityDocument> proof, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createClaim

      void createClaim​(IdentityClaimParams params, org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getClaim

      void getClaim​(String id, org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • cancelClaim

      void cancelClaim​(String id, org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException