Package dev.vality.fistful.identity
Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description IdentityStatecreate(IdentityParams params, Map<String,Value> context)IdentityStateget(String id, EventRange range)Map<String,Value>getContext(String id)List<Event>getEvents(String identity_id, EventRange range)Set<WithdrawalMethod>getWithdrawalMethods(String id)
-
Method Details
-
getWithdrawalMethods
Set<WithdrawalMethod> getWithdrawalMethods(String id) throws IdentityNotFound, org.apache.thrift.TException- Throws:
IdentityNotFoundorg.apache.thrift.TException
-
create
IdentityState create(IdentityParams params, Map<String,Value> context) throws ProviderNotFound, IdentityClassNotFound, PartyInaccessible, PartyNotFound, org.apache.thrift.TException- Throws:
ProviderNotFoundIdentityClassNotFoundPartyInaccessiblePartyNotFoundorg.apache.thrift.TException
-
get
IdentityState get(String id, EventRange range) throws IdentityNotFound, org.apache.thrift.TException- Throws:
IdentityNotFoundorg.apache.thrift.TException
-
getContext
- Throws:
IdentityNotFoundorg.apache.thrift.TException
-
getEvents
List<Event> getEvents(String identity_id, EventRange range) throws IdentityNotFound, org.apache.thrift.TException- Throws:
IdentityNotFoundorg.apache.thrift.TException
-