Uses of Class
dev.vality.identity.Identity
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of Identity in dev.vality.identity
Fields in dev.vality.identity declared as Identity Modifier and Type Field Description IdentityIdentificationSrv.Get_result. successMethods in dev.vality.identity that return Identity Modifier and Type Method Description IdentityIdentity. deepCopy()IdentityIdentificationSrv.Client. get(String id)IdentityIdentificationSrv.Iface. get(String id)IdentityIdentificationSrv.AsyncClient.Get_call. getResult()IdentityIdentificationSrv.Get_result. getSuccess()IdentityIdentificationSrv.Client. recvGet()IdentityIdentity. setId(String id)IdentityIdentity. setLevel(IdentificationLevel level)IdentityIdentity. setOwnerId(String owner_id)Methods in dev.vality.identity that return types with arguments of type Identity Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Identity>IdentificationSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.identity with parameters of type Identity Modifier and Type Method Description intIdentity. compareTo(Identity other)booleanIdentity. equals(Identity that)IdentificationSrv.Get_resultIdentificationSrv.Get_result. setSuccess(Identity success)Method parameters in dev.vality.identity with type arguments of type Identity Modifier and Type Method Description voidIdentificationSrv.AsyncClient. get(String id, org.apache.thrift.async.AsyncMethodCallback<Identity> resultHandler)voidIdentificationSrv.AsyncIface. get(String id, org.apache.thrift.async.AsyncMethodCallback<Identity> resultHandler)voidIdentificationSrv.AsyncProcessor.Get. start(I iface, IdentificationSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<Identity> resultHandler)Constructors in dev.vality.identity with parameters of type Identity Constructor Description Get_result(Identity success, IdentityNotFound ex1)Identity(Identity other)Performs a deep copy on other.Constructor parameters in dev.vality.identity with type arguments of type Identity Constructor Description Get_call(String id, org.apache.thrift.async.AsyncMethodCallback<Identity> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)