A B C D F G H I N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractServerBuilder<T extends AbstractServerBuilder<T>> - Class in io.token.sdk
- AccountLinkingService - Interface in io.token.sdk.api.service
-
Implemented by a bank to support Token integration.
- AccountLinkingServiceRpc - Class in io.token.sdk.rpc
- AccountLinkingServiceRpc(AccountLinkingService) - Constructor for class io.token.sdk.rpc.AccountLinkingServiceRpc
-
Creates a new instance of the gRPC service.
- AccountManagementService - Interface in io.token.sdk.api.service
-
Implemented by a bank to receive notifications when an account is linked or unlinked.
- AccountManagementServiceRpc - Class in io.token.sdk.rpc
- AccountManagementServiceRpc(AccountManagementService) - Constructor for class io.token.sdk.rpc.AccountManagementServiceRpc
- AccountService - Interface in io.token.sdk.api.service
-
Implemented by a bank to support Token integration.
- AccountServiceRpc - Class in io.token.sdk.rpc
-
gRPC service implementation for the Account Service.
- AccountServiceRpc(AccountService) - Constructor for class io.token.sdk.rpc.AccountServiceRpc
-
Creates a new instance of the gRPC service.
- addAllDestinations(List<TransferInstructionsProtos.TransferEndpoint>) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.
- addAllDestinations(List<TransferInstructionsProtos.TransferEndpoint>) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Deprecated.
- addDestination(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.
- addDestination(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Deprecated.
- AuthenticationInterceptor - Class in io.token.sdk.http
- AuthenticationInterceptor(String) - Constructor for class io.token.sdk.http.AuthenticationInterceptor
B
- Balance - Class in io.token.sdk.api
-
Represents account balance.
- Balance() - Constructor for class io.token.sdk.api.Balance
- BankAccountAuthorizer - Class in io.token.sdk
-
A helper tool used to generate bank account authorizations for linking with the Token System.
- BankAccountAuthorizer.Builder - Class in io.token.sdk
- BankException - Exception in io.token.sdk.api
- BankException(Bankapi.StatusCode, String) - Constructor for exception io.token.sdk.api.BankException
- BankException(Bankapi.StatusCode, String, Throwable) - Constructor for exception io.token.sdk.api.BankException
- batchTransfer(Bankapi.BatchTransferRequest, StreamObserver<Bankapi.BatchTransferResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- batchTransfer(List<Transfer>) - Method in interface io.token.sdk.api.service.TransferService
-
Creates a batch of transactions for the specified transfer request that must either all succeed or all fail.
- build() - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Builds the object.
- build() - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Builds a transfer object.
- build() - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Builds a transfer object.
- build() - Method in class io.token.sdk.api.TransferRequest.Builder
-
Builds a transfer object.
- build() - Method in class io.token.sdk.BankAccountAuthorizer.Builder
-
Build a new instance of
BankAccountAuthorizer
. - build() - Method in class io.token.sdk.HttpServerBuilder
-
Builds the new HTTP server instance.
- build() - Method in class io.token.sdk.ServerBuilder
-
Builds the new gRPC server instance.
- builder(String) - Static method in class io.token.sdk.BankAccountAuthorizer
-
Creates a new builder for the given bank id.
- Builder() - Constructor for class io.token.sdk.api.BulkTransferRequest.Builder
- Builder() - Constructor for class io.token.sdk.api.StandingOrderRequest.Builder
- Builder() - Constructor for class io.token.sdk.api.Transfer.Builder
-
Deprecated.
- Builder() - Constructor for class io.token.sdk.api.TransferRequest.Builder
- BulkTransferRequest - Class in io.token.sdk.api
- BulkTransferRequest() - Constructor for class io.token.sdk.api.BulkTransferRequest
- BulkTransferRequest.Builder - Class in io.token.sdk.api
- BulkTransferRequest.Transfer - Class in io.token.sdk.api
- BulkTransferResult - Class in io.token.sdk
- BulkTransferResult() - Constructor for class io.token.sdk.BulkTransferResult
C
- close() - Method in class io.token.sdk.http.HttpServer
- confirmFunds(Bankapi.ConfirmFundsRequest, StreamObserver<Bankapi.ConfirmFundsResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- confirmFunds(AccountProtos.BankAccount, MoneyProtos.Money) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.use
AccountService.confirmFunds(BankAccount, Money, String)
} instead - confirmFunds(AccountProtos.BankAccount, MoneyProtos.Money, String) - Method in interface io.token.sdk.api.service.AccountService
-
Confirms if an account has enough funds for an amount.
- ConsentManagementService - Interface in io.token.sdk.api.service
-
Implemented by a bank to receive notifications when consent is created and revoked.
- ConsentManagementServiceRpc - Class in io.token.sdk.rpc
- ConsentManagementServiceRpc(ConsentManagementService) - Constructor for class io.token.sdk.rpc.ConsentManagementServiceRpc
- continuePolling() - Method in class io.token.sdk.GetTransferStatusResult
- continuePolling() - Method in class io.token.sdk.TransferResult
- create(MethodDescriptor<ReqT, ResT>) - Method in class io.token.sdk.http.AuthenticationInterceptor
- create(TransactionProtos.TransactionStatus) - Static method in class io.token.sdk.GetTransferStatusResult
-
Creates an instance of
GetTransferStatusResult
. - create(TransactionProtos.TransactionStatus, String, String) - Static method in class io.token.sdk.GetTransferStatusResult
-
Creates an instance of
GetTransferStatusResult
. - create(TransactionProtos.TransactionStatus, String, String, boolean) - Static method in class io.token.sdk.GetTransferStatusResult
-
Creates an instance of
GetTransferStatusResult
. - create(TransactionProtos.TransactionStatus, String, String, boolean, Optional<TransferProtos.Transfer.ScaStatus>) - Static method in class io.token.sdk.GetTransferStatusResult
-
Creates an instance of
GetTransferStatusResult
. - create(String, Bankapi.StatusCode) - Static method in class io.token.sdk.CreateStandingOrderResult
-
Creates an instance of
CreateStandingOrderResult
. - create(String, Bankapi.StatusCode) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, TransferInstructionsProtos.TransferEndpoint) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, TransferInstructionsProtos.TransferEndpoint, String) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, String) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, List<Bankapi.BulkTransaction>) - Static method in class io.token.sdk.BulkTransferResult
-
Creates an instance of
BulkTransferResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<ProviderSpecific.ProviderStandingOrderSubmissionDetails>) - Static method in class io.token.sdk.CreateStandingOrderResult
-
Creates an instance of
CreateStandingOrderResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<ProviderSpecific.ProviderStandingOrderSubmissionDetails>, Optional<AccountProtos.Refund>) - Static method in class io.token.sdk.CreateStandingOrderResult
-
Creates an instance of
CreateStandingOrderResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<TransferInstructionsProtos.TransferEndpoint>, Optional<ProviderSpecific.ProviderTransferDetails>) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<TransferInstructionsProtos.TransferEndpoint>, Optional<ProviderSpecific.ProviderTransferDetails>, Optional<AccountProtos.Refund>) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<TransferInstructionsProtos.TransferEndpoint>, Optional<ProviderSpecific.ProviderTransferDetails>, Optional<AccountProtos.Refund>, boolean) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, Bankapi.StatusCode, Optional<String>, Optional<TransferInstructionsProtos.TransferEndpoint>, Optional<ProviderSpecific.ProviderTransferDetails>, Optional<AccountProtos.Refund>, boolean, Optional<TransferProtos.Transfer.ScaStatus>) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
. - create(String, BigDecimal, BigDecimal, long, List<TransactionProtos.Balance.TypedBalance>) - Static method in class io.token.sdk.api.Balance
-
Creates new balance instance.
- create(BigDecimal, String, TransferInstructionsProtos.TransferDestination, String, String) - Static method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Creates an instance.
- createAuthorization(String, List<NamedAccount>) - Method in class io.token.sdk.BankAccountAuthorizer
-
Creates a new bank account linking authorization.
- createBulkTransfer(Bankapi.CreateBulkTransferRequest, StreamObserver<Bankapi.CreateBulkTransferResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- createBulkTransfer(BulkTransferRequest) - Method in interface io.token.sdk.api.service.TransferService
-
Creates a bulk transfer for the specified request.
- createStandingOrder(Bankapi.CreateStandingOrderRequest, StreamObserver<Bankapi.CreateStandingOrderResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- createStandingOrder(StandingOrderRequest) - Method in interface io.token.sdk.api.service.TransferService
-
Creates a standing order for the specified request.
- CreateStandingOrderResult - Class in io.token.sdk
- CreateStandingOrderResult() - Constructor for class io.token.sdk.CreateStandingOrderResult
- createTransfer(TransferRequest) - Method in class io.token.sdk.api.service.impl.NoopTransferService
- createTransfer(TransferRequest) - Method in interface io.token.sdk.api.service.TransferService
-
Creates a transaction for the specified transfer request.
D
- DefaultHealthCheckService - Class in io.token.sdk.api.service.impl
- DefaultHealthCheckService() - Constructor for class io.token.sdk.api.service.impl.DefaultHealthCheckService
- destinationsBuilder() - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.
- destinationsBuilder() - Method in class io.token.sdk.api.TransferRequest.Builder
-
Deprecated.
F
- failure(Bankapi.StatusCode, String) - Static method in class io.token.sdk.TransferResult
-
Creates an instance of
TransferResult
for failed request. - forConfig(Config) - Static method in class io.token.sdk.ServerBuilder
-
Creates the gRPC server builder from a
Config
instance. - forPort(int) - Static method in class io.token.sdk.HttpServerBuilder
-
Creates the HTTP server builder with port to listen on.
- forPort(int) - Static method in class io.token.sdk.ServerBuilder
-
Creates the gRPC server builder with port to listen on.
G
- getAccount() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns bank account of the payer.
- getAccount() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns bank account of the payer.
- getAccount() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns bank account of the payer.
- getAccount() - Method in class io.token.sdk.api.TransferRequest
-
Returns bank account of the payer.
- getAccount(Bankapi.GetAccountRequest, StreamObserver<Bankapi.GetAccountResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getAccount(AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.use
AccountService.getAccount(BankAccount)
instead - getAccount(AccountProtos.BankAccount, Optional<String>) - Method in interface io.token.sdk.api.service.AccountService
-
Returns
Bankapi.GetAccountResponse.Account
associated with a given account. - getAccountDetails(Bankapi.GetAccountDetailsRequest, StreamObserver<Bankapi.GetAccountDetailsResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getAccountDetails(AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.use
AccountService.getAccount(BankAccount)
instead - getAccountHolderId() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the memberID of the account holder associated with the current request, if available.
- getAmount() - Method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Returns transfer amount.
- getAmount() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns amount of the standing order.
- getAvailable() - Method in class io.token.sdk.api.Balance
-
Returns available balance.
- getBalance(Bankapi.GetBalanceRequest, StreamObserver<Bankapi.GetBalanceResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getBalance(AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.use
AccountService.getBalance(BankAccount, String)
} instead - getBalance(AccountProtos.BankAccount) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- getBalance(AccountProtos.BankAccount, String) - Method in interface io.token.sdk.api.service.AccountService
-
Returns account balance information.
- getBankAccount() - Method in class io.token.sdk.NamedAccount
- getBankAuthorization(Bankapi.GetBankAuthorizationRequest, StreamObserver<Bankapi.GetBankAuthorizationResponse>) - Method in class io.token.sdk.rpc.AccountLinkingServiceRpc
- getBankAuthorization(String) - Method in interface io.token.sdk.api.service.AccountLinkingService
-
Exchanges OAuth Implicit Grant access token for bank authorization payload.
- getBankAuthorization(String) - Method in class io.token.sdk.api.service.impl.NoopAccountLinkingService
- getBankId() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the bank ID associated with the current request.
- getBulkTransfer(Bankapi.GetBulkTransferRequest, StreamObserver<Bankapi.GetBulkTransferResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- getBulkTransfer(String) - Method in interface io.token.sdk.api.service.TransferService
-
Gets transactions associated with a bulk transfer.
- getBulkTransferId() - Method in class io.token.sdk.BulkTransferResult
- getConfirmFunds() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns the CAF flag of the transfer.
- getConfirmFunds() - Method in class io.token.sdk.api.TransferRequest
-
Returns the CAF flag of the transfer.
- getConsentId() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns the consent id for this bulk transfer.
- getConsentId() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns the consent id for this standing order.
- getConsentId() - Method in class io.token.sdk.api.TransferRequest
-
Returns the consent id for this transfer.
- getCurrency() - Method in class io.token.sdk.api.Balance
-
Returns account currency.
- getCurrency() - Method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Returns currency of transfer.
- getCurrency() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns currency of the standing order.
- getCurrent() - Method in class io.token.sdk.api.Balance
-
Returns current balance.
- getCustomerDeviceId() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the device id of the end user associated with the current request.
- getCustomerGeoLocation() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the geolocation of the end user associated with the current request.
- getCustomerIpAddress() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the IP address of the end user associated with the current request.
- getDescription() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns Token bulk transfer description.
- getDescription() - Method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Returns transfer description.
- getDescription() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns Token standing order description.
- getDescription() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns Token transfer description.
- getDescription() - Method in class io.token.sdk.api.TransferRequest
-
Returns Token transfer description.
- getDestination() - Method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Returns destination info for the transfer.
- getDestinations() - Method in class io.token.sdk.api.Transfer
-
Deprecated.use
Transfer.getTransferDestinations()
instead - getDestinations() - Method in class io.token.sdk.api.TransferRequest
-
Deprecated.use
TransferRequest.getTransferDestinations()
instead - getDisplayName() - Method in class io.token.sdk.NamedAccount
- getEndDate() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns end date of the standing order.
- getExecutionDate() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns execution date of the transfer.
- getExecutionDate() - Method in class io.token.sdk.api.TransferRequest
-
Returns execution date of the transfer.
- getFrequency() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns frequency of the standing order.
- getMetadata() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns Token transfer instruction metadata.
- getMetadata() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns Token transfer instruction metadata.
- getMetadata() - Method in class io.token.sdk.api.TransferRequest
-
Returns Token transfer instruction metadata.
- getOtherBalances() - Method in class io.token.sdk.api.Balance
-
Returns list of other optional typed balances.
- getPort() - Method in class io.token.sdk.http.HttpServer
-
Gets port.
- getProviderDetails() - Method in class io.token.sdk.CreateStandingOrderResult
- getProviderDetails() - Method in class io.token.sdk.TransferResult
- getRawStatus() - Method in class io.token.sdk.GetTransferStatusResult
- getRedeemerId() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the member ID of the redeemer associated with the current request, if available.
- getRefId() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns a reference ID for the bulk transfer.
- getRefId() - Method in class io.token.sdk.api.BulkTransferRequest.Transfer
-
Returns client-set ref ID for the individual transfer.
- getRefId() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns a reference ID for the standing order.
- getRefund() - Method in class io.token.sdk.CreateStandingOrderResult
- getRefund() - Method in class io.token.sdk.TransferResult
- getRemittanceReference() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns the optional remittance reference of the standing order.
- getRemittanceReference() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns the optional remittance reference of the transfer.
- getRemittanceReference() - Method in class io.token.sdk.api.TransferRequest
-
Returns the optional remittance reference of the transfer.
- getRequestedAmount() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns originally requested amount.
- getRequestedAmount() - Method in class io.token.sdk.api.TransferRequest
-
Returns originally requested amount.
- getRequestedAmountCurrency() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns originally requested amount currency.
- getRequestedAmountCurrency() - Method in class io.token.sdk.api.TransferRequest
-
Returns originally requested amount currency.
- getReturnRefundAccount() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns weather a refund account will be returned.
- getReturnRefundAccount() - Method in class io.token.sdk.api.TransferRequest
-
Returns weather a refund account will be returned.
- getScaStatus() - Method in class io.token.sdk.GetTransferStatusResult
- getScaStatus() - Method in class io.token.sdk.TransferResult
- getSecurityMetadata() - Static method in interface io.token.sdk.util.RequestContext
-
Deprecated.use the customer related headers instead
- getSource() - Method in class io.token.sdk.api.Transfer
-
Deprecated.
- getSource() - Method in class io.token.sdk.api.TransferRequest
- getSource() - Method in class io.token.sdk.TransferResult
- getStandingOrder(Bankapi.GetStandingOrderRequest, StreamObserver<Bankapi.GetStandingOrderResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getStandingOrder(AccountProtos.BankAccount, String) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getStandingOrder(AccountProtos.BankAccount, String) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- getStandingOrder(AccountProtos.BankAccount, String, String) - Method in interface io.token.sdk.api.service.AccountService
-
Returns bank standing order associated with the standing order ID.
- getStandingOrderId() - Method in class io.token.sdk.CreateStandingOrderResult
- getStandingOrders(Bankapi.GetStandingOrdersRequest, StreamObserver<Bankapi.GetStandingOrdersResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getStandingOrders(AccountProtos.BankAccount, String, int) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getStandingOrders(AccountProtos.BankAccount, String, int) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- getStandingOrders(AccountProtos.BankAccount, String, String, int) - Method in interface io.token.sdk.api.service.AccountService
-
Returns a list of standing orders for the specified account.
- getStartDate() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns start date of the standing order.
- getStatus() - Method in exception io.token.sdk.api.BankException
- getStatus() - Method in class io.token.sdk.BulkTransferResult
- getStatus() - Method in class io.token.sdk.CreateStandingOrderResult
- getStatus() - Method in class io.token.sdk.TransferResult
- getStatusDescription() - Method in class io.token.sdk.CreateStandingOrderResult
- getStatusDescription() - Method in class io.token.sdk.TransferResult
- getStatusReasonInformation() - Method in class io.token.sdk.GetTransferStatusResult
- getTokenBulkTransferId() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns Token bulk transfer ID for the bulk transfer.
- getTokenInitiatorId() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns token initiator ID, the member ID of the initiator, who initiated the bulk transfer request and set the ref ID.
- getTokenInitiatorId() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns token initiator ID, the member ID of the initiator, who initiated the standing order request and set the ref ID.
- getTokenInitiatorId() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns token initiator ID, the member ID of the initiator, who initiated the transfer request and set the ref ID.
- getTokenInitiatorId() - Method in class io.token.sdk.api.TransferRequest
-
Returns token initiator ID, the member ID of the initiator, who initiated the transfer request and set the ref ID.
- getTokenRefId() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns token reference id for this transfer.
- getTokenRefId() - Method in class io.token.sdk.api.TransferRequest
-
Returns token reference id for this transfer.
- getTokenSubmissionId() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns submission ID for this standing order.
- getTokenTransferId() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns token transfer id for this transfer.
- getTokenTransferId() - Method in class io.token.sdk.api.TransferRequest
-
Returns token transfer id for this transfer.
- getTotalAmount() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns the total transfer amount (regardless of currency).
- getTppId() - Static method in interface io.token.sdk.util.RequestContext
-
Returns the TPP ID associated with the current request, if available.
- getTransaction(Bankapi.GetTransactionRequest, StreamObserver<Bankapi.GetTransactionResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getTransaction(AccountProtos.BankAccount, String) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getTransaction(AccountProtos.BankAccount, String) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- getTransaction(AccountProtos.BankAccount, String, String) - Method in interface io.token.sdk.api.service.AccountService
-
Returns bank transaction associated with the transaction id.
- getTransactionAmount() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns transaction amount.
- getTransactionAmount() - Method in class io.token.sdk.api.TransferRequest
-
Returns transaction amount.
- getTransactionAmountCurrency() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns transaction amount currency.
- getTransactionAmountCurrency() - Method in class io.token.sdk.api.TransferRequest
-
Returns transaction amount currency.
- getTransactionId() - Method in exception io.token.sdk.api.TransferException
-
Deprecated.
- getTransactionId() - Method in class io.token.sdk.TransferResult
- getTransactions() - Method in class io.token.sdk.BulkTransferResult
- getTransactions(Bankapi.GetTransactionsRequest, StreamObserver<Bankapi.GetTransactionsResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- getTransactions(AccountProtos.BankAccount, int, int) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getTransactions(AccountProtos.BankAccount, String, int) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getTransactions(AccountProtos.BankAccount, String, int) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- getTransactions(AccountProtos.BankAccount, String, int, Optional<LocalDate>, Optional<LocalDate>) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- getTransactions(AccountProtos.BankAccount, String, String, int, Optional<LocalDate>, Optional<LocalDate>) - Method in interface io.token.sdk.api.service.AccountService
-
Returns a list of transactions for the specified account.
- getTransactionStatus() - Method in class io.token.sdk.GetTransferStatusResult
- getTransferDestinations() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns Token transfer instruction destinations.
- getTransferDestinations() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns Token transfer instruction destinations.
- getTransferDestinations() - Method in class io.token.sdk.api.TransferRequest
-
Returns Token transfer instruction destinations.
- getTransferInstructions() - Method in class io.token.sdk.api.StandingOrderRequest
-
Returns the transfer instructions, e.g.
- getTransferInstructions() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns the transfer instructions, e.g.
- getTransferInstructions() - Method in class io.token.sdk.api.TransferRequest
-
Returns the transfer instructions, e.g.
- getTransferRefId() - Method in class io.token.sdk.api.Transfer
-
Deprecated.Returns transfer reference id for this transfer.
- getTransferRefId() - Method in class io.token.sdk.api.TransferRequest
-
Returns transfer reference id for this transfer.
- getTransfers() - Method in class io.token.sdk.api.BulkTransferRequest
-
Returns the list of transfers.
- getTransferStatus(Bankapi.GetTransferStatusRequest, StreamObserver<Bankapi.GetTransferStatusResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- getTransferStatus(String) - Method in interface io.token.sdk.api.service.TransferService
-
Deprecated.use
TransferService.getTransferStatus(String, String)
()} instead - getTransferStatus(String, String) - Method in interface io.token.sdk.api.service.TransferService
-
Gets the latest status of a transfer.
- getTransferStatus(String, Optional<TransferProtos.Transfer.ScaStatus>) - Method in interface io.token.sdk.api.service.TransferService
-
Gets the latest status of a transfer.
- GetTransferStatusResult - Class in io.token.sdk
- GetTransferStatusResult() - Constructor for class io.token.sdk.GetTransferStatusResult
- getUpdatedAtMs() - Method in class io.token.sdk.api.Balance
-
Returns date of last update.
- getValue(Bankapi.GetValueRequest, StreamObserver<Bankapi.GetValueResponse>) - Method in class io.token.sdk.rpc.StorageServiceRpc
- getValue(String) - Method in class io.token.sdk.api.service.impl.InMemoryStorageService
- getValue(String) - Method in interface io.token.sdk.api.service.StorageService
-
Returns the value associated with the given key.
- GrpcExceptionHandler - Class in io.token.sdk.http
- GrpcExceptionHandler() - Constructor for class io.token.sdk.http.GrpcExceptionHandler
H
- handle(Exception, Request, Response) - Method in class io.token.sdk.http.GrpcExceptionHandler
- handle(Request, Response) - Method in class io.token.sdk.http.RpcBridgeRoute
- healthCheck(Bankapi.HealthCheckRequest, StreamObserver<Bankapi.HealthCheckResponse>) - Method in class io.token.sdk.rpc.HealthCheckServiceRpc
- healthCheck(String) - Method in interface io.token.sdk.api.service.HealthCheckService
-
An empty implementation checks that integration service is running and is accessible from TokenOS.
- healthCheck(String) - Method in class io.token.sdk.api.service.impl.DefaultHealthCheckService
- HealthCheckService - Interface in io.token.sdk.api.service
-
Service designed to be called periodically by Token to report health of the API.
- HealthCheckServiceRpc - Class in io.token.sdk.rpc
-
gRPC service implementation of the Health check service.
- HealthCheckServiceRpc(HealthCheckService) - Constructor for class io.token.sdk.rpc.HealthCheckServiceRpc
- HttpServer - Class in io.token.sdk.http
- HttpServer(int, Route, Map<Class<? extends Exception>, ExceptionHandler>) - Constructor for class io.token.sdk.http.HttpServer
-
Creates an instance.
- HttpServerBuilder - Class in io.token.sdk
-
Builds an HTTP server instance that is used to process requests from Token as far as a bank integration is concerned.
- HttpServerBuilder(int) - Constructor for class io.token.sdk.HttpServerBuilder
I
- InMemoryStorageService - Class in io.token.sdk.api.service.impl
- InMemoryStorageService() - Constructor for class io.token.sdk.api.service.impl.InMemoryStorageService
- io.token.sdk - package io.token.sdk
- io.token.sdk.api - package io.token.sdk.api
- io.token.sdk.api.service - package io.token.sdk.api.service
- io.token.sdk.api.service.impl - package io.token.sdk.api.service.impl
- io.token.sdk.http - package io.token.sdk.http
- io.token.sdk.rpc - package io.token.sdk.rpc
- io.token.sdk.util - package io.token.sdk.util
N
- NamedAccount - Class in io.token.sdk
-
Represents a bank account used for linking with the Token System.
- NamedAccount(AccountProtos.BankAccount, String) - Constructor for class io.token.sdk.NamedAccount
-
Constructs a new instance of the bank account.
- newBuilder() - Static method in class io.token.sdk.api.BulkTransferRequest
-
Returns a new transfer builder.
- newBuilder() - Static method in class io.token.sdk.api.StandingOrderRequest
-
Returns a new transfer builder.
- newBuilder() - Static method in class io.token.sdk.api.Transfer
-
Deprecated.Returns a new transfer builder.
- newBuilder() - Static method in class io.token.sdk.api.TransferRequest
-
Returns a new transfer request builder.
- newBulkTransferRequest(Bankapi.CreateBulkTransferRequest) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new BulkTransferRequest instance based on the bulk transfer request.
- newMoney(double, String) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new money proto message.
- newMoney(BigDecimal, String) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new money proto message.
- newStandingOrderRequest(Bankapi.CreateStandingOrderRequest) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new StandingOrderRequest instance based on the standing order request.
- newTransfer(Bankapi.TransferRequest) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new Transfer instance based on the transfer request.
- newTransferRequest(Bankapi.TransferRequest) - Static method in interface io.token.sdk.util.ProtoFactory
-
Creates new TransferRequest instance based on the transfer request.
- NoopAccountLinkingService - Class in io.token.sdk.api.service.impl
- NoopAccountLinkingService() - Constructor for class io.token.sdk.api.service.impl.NoopAccountLinkingService
- NoopAccountManagementService - Class in io.token.sdk.api.service.impl
- NoopAccountManagementService() - Constructor for class io.token.sdk.api.service.impl.NoopAccountManagementService
- NoopAccountService - Class in io.token.sdk.api.service.impl
- NoopAccountService() - Constructor for class io.token.sdk.api.service.impl.NoopAccountService
- NoopConsentManagementService - Class in io.token.sdk.api.service.impl
- NoopConsentManagementService() - Constructor for class io.token.sdk.api.service.impl.NoopConsentManagementService
- NoopTransferService - Class in io.token.sdk.api.service.impl
- NoopTransferService() - Constructor for class io.token.sdk.api.service.impl.NoopTransferService
- normalized(MoneyProtos.Money) - Static method in interface io.token.sdk.util.ProtoFactory
-
Returns a normalized value of the specified money amount.
- NotificationService - Interface in io.token.sdk.api.service
-
Used to send a notification through the bank, to a subscriber that has a bankId.
- NotificationServiceRpc - Class in io.token.sdk.rpc
-
gRPC service implementation for the Notification Service.
- NotificationServiceRpc(NotificationService) - Constructor for class io.token.sdk.rpc.NotificationServiceRpc
- notify(Bankapi.NotifyRequest, StreamObserver<Bankapi.NotifyResponse>) - Method in class io.token.sdk.rpc.NotificationServiceRpc
- notify(NotificationProtos.Notification, SubscriberProtos.Subscriber) - Method in interface io.token.sdk.api.service.NotificationService
-
Initiates a notification to the given subscriber.
O
- onAccountLinked(Bankapi.OnAccountLinkedRequest, StreamObserver<Bankapi.OnAccountLinkedResponse>) - Method in class io.token.sdk.rpc.AccountManagementServiceRpc
- onAccountLinked(String, AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountManagementService
-
Indicates the given account has been linked.
- onAccountLinked(String, AccountProtos.BankAccount) - Method in class io.token.sdk.api.service.impl.NoopAccountManagementService
- onAccountUnlinked(Bankapi.OnAccountUnlinkedRequest, StreamObserver<Bankapi.OnAccountUnlinkedResponse>) - Method in class io.token.sdk.rpc.AccountManagementServiceRpc
- onAccountUnlinked(String, AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountManagementService
-
Indicates the given account has been unlinked.
- onAccountUnlinked(String, AccountProtos.BankAccount) - Method in class io.token.sdk.api.service.impl.NoopAccountManagementService
- onConsentCreated(Bankapi.OnConsentCreatedRequest, StreamObserver<Bankapi.OnConsentCreatedResponse>) - Method in class io.token.sdk.rpc.ConsentManagementServiceRpc
- onConsentCreated(ConsentProtos.Consent) - Method in interface io.token.sdk.api.service.ConsentManagementService
-
Indicates that consent has been granted.
- onConsentCreated(ConsentProtos.Consent) - Method in class io.token.sdk.api.service.impl.NoopConsentManagementService
- onConsentRevoked(Bankapi.OnConsentRevokedRequest, StreamObserver<Bankapi.OnConsentRevokedResponse>) - Method in class io.token.sdk.rpc.ConsentManagementServiceRpc
- onConsentRevoked(String) - Method in interface io.token.sdk.api.service.ConsentManagementService
-
Indicates that consent has been revoked.
- onConsentRevoked(String) - Method in class io.token.sdk.api.service.impl.NoopConsentManagementService
P
- ProtoFactory - Interface in io.token.sdk.util
-
Helper class used to instantiate different proto message instances.
R
- registerInterceptor(InterceptorFactory) - Method in class io.token.sdk.AbstractServerBuilder
-
Adds interceptor to RpcServer.
- removeValue(Bankapi.RemoveValueRequest, StreamObserver<Bankapi.RemoveValueResponse>) - Method in class io.token.sdk.rpc.StorageServiceRpc
- removeValue(String) - Method in class io.token.sdk.api.service.impl.InMemoryStorageService
- removeValue(String) - Method in interface io.token.sdk.api.service.StorageService
-
Removes the entry with a given key.
- reportErrorDetails() - Method in class io.token.sdk.AbstractServerBuilder
-
Instructs the server to report error callbacks to the client.
- RequestContext - Interface in io.token.sdk.util
- resolveTransferDestination(Bankapi.ResolveTransferDestinationRequest, StreamObserver<Bankapi.ResolveTransferDestinationResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- resolveTransferDestination(AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- resolveTransferDestinations(Bankapi.ResolveTransferDestinationsRequest, StreamObserver<Bankapi.ResolveTransferDestinationsResponse>) - Method in class io.token.sdk.rpc.AccountServiceRpc
- resolveTransferDestinations(AccountProtos.BankAccount) - Method in interface io.token.sdk.api.service.AccountService
-
Deprecated.
- resolveTransferDestinations(AccountProtos.BankAccount) - Method in class io.token.sdk.api.service.impl.NoopAccountService
- resolveTransferDestinations(AccountProtos.BankAccount, String) - Method in interface io.token.sdk.api.service.AccountService
-
Resolves destinations for the specific bank account.
- RpcBridgeRoute - Class in io.token.sdk.http
-
Implements Spark
Route
that delegates all the calls to the gRPC bridge. - RpcBridgeRoute(Bridge) - Constructor for class io.token.sdk.http.RpcBridgeRoute
S
- ServerBuilder - Class in io.token.sdk
-
Builds a gRPC server instance that is used to process requests from Token as far as a bank integration is concerned.
- setAccount(AccountProtos.BankAccount) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets bank account of the payer.
- setAmount(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets amount of the standing order.
- setConfirmFunds(boolean) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets the CAF flag on this transfer.
- setConfirmFunds(boolean) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the CAF flag on this transfer.
- setConsentId(String) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets the consent id for this bulk transfer.
- setConsentId(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets the consent id for this standing order request.
- setConsentId(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the consent id for this transfer.
- setCurrency(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets currency of the standing order.
- setDescription(String) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets Token bulk transfer description.
- setDescription(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets the Token standing order description.
- setDescription(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets the Token transfer description.
- setDescription(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the Token transfer description.
- setEndDate(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets end date of the standing order.
- setExecutionDate(LocalDate) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets execution date of the transfer.
- setExecutionDate(LocalDate) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets execution date of the transfer.
- setFrequency(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets frequency of the standing order.
- setRefId(String) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets a reference ID for the bulk transfer.
- setRefId(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets reference ID for this standing order.
- setRemittanceReference(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets the remittance reference of the standing order.
- setRemittanceReference(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets the remittance reference of the transfer.
- setRemittanceReference(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the remittance reference of the transfer.
- setRequestedAmount(BigDecimal) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets originally requested amount.
- setRequestedAmount(BigDecimal) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets originally requested amount.
- setRequestedAmountCurrency(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets originally requested amount currency.
- setRequestedAmountCurrency(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets originally requested amount currency.
- setReturnRefundAccount(boolean) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets the return refund account flag.
- setReturnRefundAccount(boolean) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the return refund account flag.
- setStartDate(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets start date of the standing order.
- setTokenBulkTransferId(String) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets Token bulk transfer ID for the bulk transfer.
- setTokenInitiatorId(String) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets token initiator ID, the member ID of the initiator, who initiated the bulk transfer request and set the ref ID.
- setTokenInitiatorId(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets token initiator ID for this standing order.
- setTokenInitiatorId(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets token initiator id for this transfer.
- setTokenInitiatorId(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets token initiator id for this transfer.
- setTokenRefId(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets token reference id for this transfer.
- setTokenRefId(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets token reference id for this transfer.
- setTokenSubmissionId(String) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets Token submission ID for this standing order request.
- setTokenTransferId(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets token transfer id for this transfer.
- setTokenTransferId(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets token transfer id for this transfer.
- setTotalAmount(BigDecimal) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets the total transfer amount (regardless of currency).
- setTransactionAmount(BigDecimal) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets transaction amount.
- setTransactionAmount(BigDecimal) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets transaction amount.
- setTransactionAmountCurrency(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets transaction amount currency.
- setTransactionAmountCurrency(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets transaction amount currency.
- setTransferInstructions(TransferInstructionsProtos.TransferInstructions) - Method in class io.token.sdk.api.StandingOrderRequest.Builder
-
Sets the transfer instructions.
- setTransferInstructions(TransferInstructionsProtos.TransferInstructions) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets the transfer instructions, e.g.
- setTransferInstructions(TransferInstructionsProtos.TransferInstructions) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets the transfer instructions, e.g.
- setTransferRefId(String) - Method in class io.token.sdk.api.Transfer.Builder
-
Deprecated.Sets transfer reference id for this transfer.
- setTransferRefId(String) - Method in class io.token.sdk.api.TransferRequest.Builder
-
Sets transfer reference id for this transfer.
- setTransfers(List<BulkTransferRequest.Transfer>) - Method in class io.token.sdk.api.BulkTransferRequest.Builder
-
Sets the list of transfers.
- setValue(Bankapi.SetValueRequest, StreamObserver<Bankapi.SetValueResponse>) - Method in class io.token.sdk.rpc.StorageServiceRpc
- setValue(String, Bankapi.SetValueRequest.ContentCategory, byte[]) - Method in class io.token.sdk.api.service.impl.InMemoryStorageService
- setValue(String, Bankapi.SetValueRequest.ContentCategory, byte[]) - Method in interface io.token.sdk.api.service.StorageService
-
Sets the value for a given key.
- StandingOrderRequest - Class in io.token.sdk.api
- StandingOrderRequest() - Constructor for class io.token.sdk.api.StandingOrderRequest
- StandingOrderRequest.Builder - Class in io.token.sdk.api
- start() - Method in class io.token.sdk.http.HttpServer
-
Starts server.
- STATUS_CODE_MAP - Static variable in interface io.token.sdk.util.ProtoFactory
- StorageService - Interface in io.token.sdk.api.service
-
Used to persist state used by the Bank Service.
- StorageServiceRpc - Class in io.token.sdk.rpc
-
gRPC service implementation for the Storage Service.
- StorageServiceRpc(StorageService) - Constructor for class io.token.sdk.rpc.StorageServiceRpc
T
- toLocalDate(String) - Static method in interface io.token.sdk.util.ProtoFactory
-
Constructs LocalDate from ISO-formatted date (YYYY-MM-DD or YYYYMMDD).
- toStatusCode(TransactionProtos.TransactionStatus) - Static method in interface io.token.sdk.util.ProtoFactory
-
Maps transaction status code into status code defined by the bank API.
- toTransactionStatus(Bankapi.StatusCode) - Static method in interface io.token.sdk.util.ProtoFactory
-
Maps status code defined by the bank API into transaction status code.
- TRANSACTION_CODE_MAP - Static variable in interface io.token.sdk.util.ProtoFactory
- transfer(Bankapi.TransferRequest, StreamObserver<Bankapi.TransferResponse>) - Method in class io.token.sdk.rpc.TransferServiceRpc
- transfer(Transfer) - Method in class io.token.sdk.api.service.impl.NoopTransferService
- transfer(Transfer) - Method in interface io.token.sdk.api.service.TransferService
-
Deprecated.
- Transfer - Class in io.token.sdk.api
-
Deprecated.
- Transfer() - Constructor for class io.token.sdk.api.BulkTransferRequest.Transfer
- Transfer() - Constructor for class io.token.sdk.api.Transfer
-
Deprecated.
- Transfer.Builder - Class in io.token.sdk.api
-
Deprecated.
- TransferException - Exception in io.token.sdk.api
-
Deprecated.
- TransferException(Bankapi.StatusCode, String) - Constructor for exception io.token.sdk.api.TransferException
-
Deprecated.Creates a new exception.
- TransferException(String, Bankapi.StatusCode, String) - Constructor for exception io.token.sdk.api.TransferException
-
Deprecated.Creates a new exception.
- TransferRequest - Class in io.token.sdk.api
-
Represents a funds transfer.
- TransferRequest() - Constructor for class io.token.sdk.api.TransferRequest
- TransferRequest.Builder - Class in io.token.sdk.api
- TransferResult - Class in io.token.sdk
- TransferResult() - Constructor for class io.token.sdk.TransferResult
- TransferService - Interface in io.token.sdk.api.service
-
Implemented by a bank to support Token integration.
- TransferServiceRpc - Class in io.token.sdk.rpc
-
gRPC service implementation for the Transfer Service.
- TransferServiceRpc(TransferService) - Constructor for class io.token.sdk.rpc.TransferServiceRpc
-
Creates a new instance of the gRPC service.
U
- useKey(String) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
- useMethod(SecurityProtos.SealedMessage.MethodCase) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
W
- withAccountLinkingService(AccountLinkingService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
AccountLinkingService
implemented by the bank. - withAccountManagementService(AccountManagementService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
AccountManagementService
implemented by the bank. - withAccountService(AccountService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
AccountService
implemented by the bank. - withBearerAuthorization(String) - Method in class io.token.sdk.HttpServerBuilder
-
Adds Bearer authentication to RpcServer.
- withClock(Clock) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
- withConsentManagementService(ConsentManagementService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
ConsentManagementService
implemented by the bank. - withExpiration(Duration) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
- withHealthCheckService(HealthCheckService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
HealthCheckService
implemented by the bank. - withNotificationService(NotificationService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
NotificationService
implemented by the bank. - withSecretKeystore(SecretKeyStore) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
- withStorageService(StorageService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
StorageService
implemented by the bank. - withTls(String, String, String) - Method in class io.token.sdk.ServerBuilder
-
Configures mutual TLS without ACL.
- withTls(String, String, String, List<String>) - Method in class io.token.sdk.ServerBuilder
-
Configures mutual TLS.
- withTransferService(TransferService) - Method in class io.token.sdk.AbstractServerBuilder
-
Binds the
TransferService
implemented by the bank. - withTrustedKeystore(TrustedKeyStore) - Method in class io.token.sdk.BankAccountAuthorizer.Builder
All Classes All Packages