Uses of Class
dev.vality.fistful.PartyNotFound
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.identity |
-
Uses of PartyNotFound in dev.vality.fistful
Methods in dev.vality.fistful that return PartyNotFound Modifier and Type Method Description PartyNotFoundPartyNotFound. deepCopy()Methods in dev.vality.fistful with parameters of type PartyNotFound Modifier and Type Method Description intPartyNotFound. compareTo(PartyNotFound other)booleanPartyNotFound. equals(PartyNotFound that)Constructors in dev.vality.fistful with parameters of type PartyNotFound Constructor Description PartyNotFound(PartyNotFound other)Performs a deep copy on other. -
Uses of PartyNotFound in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity declared as PartyNotFound Modifier and Type Field Description PartyNotFoundManagementSrv.Create_result. ex4Methods in dev.vality.fistful.identity that return PartyNotFound Modifier and Type Method Description PartyNotFoundManagementSrv.Create_result. getEx4()Methods in dev.vality.fistful.identity with parameters of type PartyNotFound Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx4(PartyNotFound ex4)Methods in dev.vality.fistful.identity that throw PartyNotFound Modifier and Type Method Description IdentityStateManagementSrv.Client. create(IdentityParams params, Map<String,Value> context)IdentityStateManagementSrv.Iface. create(IdentityParams params, Map<String,Value> context)IdentityStateManagementSrv.AsyncClient.Create_call. getResult()IdentityStateManagementSrv.Client. recvCreate()Constructors in dev.vality.fistful.identity with parameters of type PartyNotFound Constructor Description Create_result(IdentityState success, ProviderNotFound ex1, IdentityClassNotFound ex2, PartyInaccessible ex3, PartyNotFound ex4)