-
Methods in dev.vality.identity that return types with arguments of type IdentityClaim
| Modifier and Type |
Method |
Description |
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> |
IdentificationJudgementSrv.AsyncProcessor.Approve.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> |
IdentificationJudgementSrv.AsyncProcessor.Deny.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> |
IdentificationSrv.AsyncProcessor.CancelClaim.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> |
IdentificationSrv.AsyncProcessor.CreateClaim.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> |
IdentificationSrv.AsyncProcessor.GetClaim.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
Method parameters in dev.vality.identity with type arguments of type IdentityClaim
| Modifier and Type |
Method |
Description |
void |
IdentificationJudgementSrv.AsyncClient.approve(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationJudgementSrv.AsyncIface.approve(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncClient.cancelClaim(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncIface.cancelClaim(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncClient.createClaim(IdentityClaimParams params,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncIface.createClaim(IdentityClaimParams params,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationJudgementSrv.AsyncClient.deny(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationJudgementSrv.AsyncIface.deny(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncClient.getClaim(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncIface.getClaim(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationJudgementSrv.AsyncProcessor.Approve.start(I iface,
IdentificationJudgementSrv.Approve_args args,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationJudgementSrv.AsyncProcessor.Deny.start(I iface,
IdentificationJudgementSrv.Deny_args args,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncProcessor.CancelClaim.start(I iface,
IdentificationSrv.CancelClaim_args args,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncProcessor.CreateClaim.start(I iface,
IdentificationSrv.CreateClaim_args args,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
void |
IdentificationSrv.AsyncProcessor.GetClaim.start(I iface,
IdentificationSrv.GetClaim_args args,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler) |
|
Constructors in dev.vality.identity with parameters of type IdentityClaim
| Constructor |
Description |
Approve_result(IdentityClaim success,
ClaimNotFound ex1,
InvalidClaimStatus ex2) |
|
CancelClaim_result(IdentityClaim success,
ClaimNotFound ex1,
InvalidClaimStatus ex2) |
|
CreateClaim_result(IdentityClaim success,
InsufficientIdentityDocuments ex1,
ClaimPending ex2,
IdentityOwnershipConflict ex3,
InvalidTargetIdentificationLevel ex4) |
|
Deny_result(IdentityClaim success,
ClaimNotFound ex1,
InvalidClaimStatus ex2) |
|
GetClaim_result(IdentityClaim success,
ClaimNotFound ex1) |
|
IdentityClaim(IdentityClaim other) |
Performs a deep copy on other.
|
Constructor parameters in dev.vality.identity with type arguments of type IdentityClaim
| Constructor |
Description |
Approve_call(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
CancelClaim_call(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
CreateClaim_call(IdentityClaimParams params,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
Deny_call(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
GetClaim_call(String id,
org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|