- accessTokenRequestBuilder(TokenProtos.TokenRequestPayload.AccessBody.ResourceType...) - Static method in class io.token.tokenrequest.TokenRequest
-
Create a new Builder instance for an access token request.
- accessTokenRequestBuilder(TokenProtos.TokenRequestPayload.AccessBody.AccountResourceList) - Static method in class io.token.tokenrequest.TokenRequest
-
Create a new Builder instance for an access token request with account-specific resources.
- Account - Class in io.token
-
Represents a funding account in the Token system.
- Account(Account) - Constructor for class io.token.Account
-
Copy constructor.
- Account(Member, AccountProtos.Account, Client) - Constructor for class io.token.Account
-
- account - Variable in class io.token.Account
-
- accountDetails() - Method in class io.token.Account
-
Gets the account details.
- accountFeatures() - Method in class io.token.Account
-
Gets the account features.
- addAlias(AliasProtos.Alias) - Method in class io.token.Member
-
Adds a new alias for the member.
- addAliasBlocking(AliasProtos.Alias) - Method in class io.token.Member
-
Adds a new alias for the member.
- addAliases(List<AliasProtos.Alias>) - Method in class io.token.Member
-
Adds new aliases for the member.
- addAliasesBlocking(List<AliasProtos.Alias>) - Method in class io.token.Member
-
Adds new aliases for the member.
- addDestination(TransferInstructionsProtos.TransferDestination) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Adds a destination account to a standing order token request.
- addDestination(TransferInstructionsProtos.TransferDestination) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Adds a transfer destination to a transfer token request.
- addDestination(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Deprecated.
- addRecoveryRule(MemberProtos.RecoveryRule) - Method in class io.token.Member
-
Adds the recovery rule.
- addRecoveryRuleBlocking(MemberProtos.RecoveryRule) - Method in class io.token.Member
-
Adds the recovery rule.
- aliases() - Method in class io.token.Member
-
Gets all aliases owned by the member.
- aliasesBlocking() - Method in class io.token.Member
-
Gets a list of all aliases owned by the member.
- approveKey(SecretKeyPair, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Approves a key owned by this member.
- approveKey(SecurityProtos.Key) - Method in class io.token.Member
-
Approves a public key owned by this member.
- approveKeyBlocking(SecretKeyPair, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Approves a secret key owned by this member.
- approveKeyBlocking(SecurityProtos.Key) - Method in class io.token.Member
-
Approves a public key owned by this member.
- approveKeys(List<SecurityProtos.Key>) - Method in class io.token.Member
-
Approves public keys owned by this member.
- approveKeysBlocking(List<SecurityProtos.Key>) - Method in class io.token.Member
-
Approves public keys owned by this member.
- authenticated(ManagedChannel, String, CryptoEngine) - Static method in class io.token.rpc.ClientFactory
-
Creates authenticated client backed by the specified channel.
- AuthenticationContext - Class in io.token.rpc
-
Authentication context.
- AuthenticationContext() - Constructor for class io.token.rpc.AuthenticationContext
-
- authenticationContext() - Method in class io.token.rpc.Client
-
- authenticationContext(SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
- authorizeRecovery(MemberProtos.MemberRecoveryOperation.Authorization) - Method in class io.token.Member
-
Authorizes recovery as a trusted agent.
- authorizeRecovery(MemberProtos.MemberRecoveryOperation.Authorization) - Method in class io.token.rpc.Client
-
Authorizes recovery as a trusted agent.
- authorizeRecoveryBlocking(MemberProtos.MemberRecoveryOperation.Authorization) - Method in class io.token.Member
-
Authorizes recovery as a trusted agent.
- channel - Variable in class io.token.TokenClient
-
- clearTrackingMetadata() - Method in class io.token.Member
-
Clears security metadata.
- clearTrackingMetadata() - Method in class io.token.rpc.Client
-
Clears tracking metadata.
- client - Variable in class io.token.Account
-
- client - Variable in class io.token.Member
-
- Client - Class in io.token.rpc
-
An authenticated RPC client that is used to talk to Token gateway.
- Client(String, CryptoEngine, GatewayProvider) - Constructor for class io.token.rpc.Client
-
Creates a client instance.
- ClientAuthenticatorFactory - Class in io.token.rpc
-
Responsible for creation of ClientAuthenticator
instances which
are created per RPC method call.
- ClientAuthenticatorFactory(String, CryptoEngine, AuthenticationContext) - Constructor for class io.token.rpc.ClientAuthenticatorFactory
-
Creates an instance.
- ClientFactory - Class in io.token.rpc
-
- Clock - Interface in io.token.util
-
Clock object; used to get current time.
- close() - Method in class io.token.TokenClient
-
- cluster - Variable in class io.token.Member
-
- completeRecovery(String, List<MemberProtos.MemberRecoveryOperation>, SecurityProtos.Key, CryptoEngine) - Method in class io.token.rpc.UnauthenticatedClient
-
Completes account recovery.
- completeRecoveryImpl(String, List<MemberProtos.MemberRecoveryOperation>, SecurityProtos.Key, CryptoEngine) - Method in class io.token.TokenClient
-
Completes account recovery.
- completeRecoveryWithDefaultRule(String, String, String, CryptoEngine) - Method in class io.token.rpc.UnauthenticatedClient
-
Completes account recovery if the default recovery rule was set.
- completeRecoveryWithDefaultRuleImpl(String, String, String, CryptoEngine) - Method in class io.token.TokenClient
-
Completes account recovery if the default recovery rule was set.
- confirmFunds(String, double, String) - Method in class io.token.Member
-
Confirm that the given account has sufficient funds to cover the charge.
- confirmFunds(String, MoneyProtos.Money) - Method in class io.token.rpc.Client
-
Confirm that the given account has sufficient funds to cover the charge.
- confirmFundsBlocking(String, double, String) - Method in class io.token.Member
-
Confirm that the given account has sufficient funds to cover the charge.
- connectTo(TokenClient.TokenCluster) - Method in class io.token.TokenClient.Builder
-
Sets Token cluster to connect to.
- create(MethodDescriptor<ReqT, ResT>) - Method in class io.token.rpc.ClientAuthenticatorFactory
-
- create(MethodDescriptor<ReqT, ResT>) - Method in class io.token.rpc.ErrorHandlerFactory
-
- create(String) - Method in interface io.token.security.CryptoEngineFactory
-
- create(String, SecurityProtos.Key.Level, KeyPair) - Static method in class io.token.security.SecretKey
-
- create(String, SecurityProtos.Key.Level, KeyPair, Long) - Static method in class io.token.security.SecretKey
-
Creates an instance of SecretKey.
- create(String) - Method in class io.token.security.TokenCryptoEngineFactory
-
- create(TokenClient.TokenCluster, String) - Static method in class io.token.TokenClient
-
Creates a new instance of
TokenClient
that's configured to use
the specified environment.
- create(String, SecurityProtos.Signature) - Static method in class io.token.tokenrequest.TokenRequestResult
-
- create(String, String) - Static method in class io.token.tokenrequest.TokenRequestState
-
- createAndLinkTestBankAccount(MoneyProtos.Money) - Method in class io.token.rpc.Client
-
Creates a test bank account and links it.
- createMember(String, List<MemberProtos.MemberOperation>, List<MemberProtos.MemberOperationMetadata>, Signer) - Method in class io.token.rpc.UnauthenticatedClient
-
Creates a new token member.
- createMemberId(MemberProtos.CreateMemberType, String, String, String) - Method in class io.token.rpc.UnauthenticatedClient
-
Creates new member ID.
- createMemberImpl(AliasProtos.Alias, MemberProtos.CreateMemberType, String, String, String) - Method in class io.token.TokenClient
-
Creates a new Token member with a set of auto-generated keys, an alias, and member type.
- createRecoveryAuthorization(String, SecurityProtos.Key) - Method in class io.token.rpc.UnauthenticatedClient
-
Create a recovery authorization for some agent to sign.
- createRecoveryAuthorization(String, SecurityProtos.Key) - Method in class io.token.TokenClient
-
Create a recovery authorization for some agent to sign.
- createRecoveryAuthorizationBlocking(String, SecurityProtos.Key) - Method in class io.token.TokenClient
-
Create a recovery authorization for some agent to sign.
- createSigner(SecurityProtos.Key.Level) - Method in interface io.token.security.CryptoEngine
-
Signs the data with the identified by the supplied key id.
- createSigner(SecurityProtos.Key.Level) - Method in class io.token.security.TokenCryptoEngine
-
- createTestBankAccountImpl(double, String) - Method in class io.token.Member
-
Creates a test bank account in a fake bank and links the account.
- createVerifier(String) - Method in interface io.token.security.CryptoEngine
-
Verifies the payload signature.
- createVerifier(String) - Method in class io.token.security.TokenCryptoEngine
-
- crypto - Variable in class io.token.rpc.Client
-
- CryptoEngine - Interface in io.token.security
-
Provides cryptographic support for secret management.
- cryptoEngine - Variable in class io.token.TokenClient.Builder
-
- CryptoEngineFactory - Interface in io.token.security
-
- cryptoFactory - Variable in class io.token.TokenClient
-
- csrfToken - Variable in class io.token.tokenrequest.TokenRequest.Builder
-
- customerInitiated - Variable in class io.token.rpc.Client
-
- gateway - Variable in class io.token.rpc.Client
-
- gateway - Variable in class io.token.rpc.UnauthenticatedClient
-
- GatewayProvider - Interface in io.token.rpc
-
- generateKey(SecurityProtos.Key.Level) - Method in interface io.token.security.CryptoEngine
-
Generates keys of the specified level.
- generateKey(SecurityProtos.Key.Level, long) - Method in interface io.token.security.CryptoEngine
-
Generates a key of the specified level with the provided expiration date.
- generateKey(SecurityProtos.Key.Level) - Method in class io.token.security.TokenCryptoEngine
-
- generateKey(SecurityProtos.Key.Level, long) - Method in class io.token.security.TokenCryptoEngine
-
- generateNonce() - Static method in class io.token.util.Util
-
Generates a random string.
- getAccount(String) - Method in class io.token.rpc.Client
-
Looks up a linked funding account.
- getAccountImpl(String) - Method in class io.token.Member
-
Looks up a funding bank account linked to Token.
- getAccounts() - Method in class io.token.rpc.Client
-
Looks up all the linked funding accounts.
- getAccountsImpl() - Method in class io.token.Member
-
Looks up funding bank accounts linked to Token.
- getAliases() - Method in class io.token.rpc.Client
-
Returns a list of aliases of the member.
- getBalance(SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up an account balance.
- getBalance(String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up account balance.
- getBalance(String, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Look up account balance.
- getBalanceBlocking(SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up an account balance.
- getBalanceBlocking(String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up account balance.
- getBalances(List<String>, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up balances for a list of accounts.
- getBalances(List<String>, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Look up balances for a list of accounts.
- getBalancesBlocking(List<String>, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up balances for a list of accounts.
- getBankInfo(String) - Method in class io.token.Member
-
Returns linking information for the specified bank id.
- getBankInfo(String) - Method in class io.token.rpc.Client
-
Returns linking information for the specified bank id.
- getBankInfoBlocking(String) - Method in class io.token.Member
-
Returns linking information for the specified bank id.
- getBanks(List<String>, String, String, Integer, Integer, String, String, BankProtos.BankFilter.BankFeatures) - Method in class io.token.rpc.UnauthenticatedClient
-
Returns a list of token enabled banks.
- getBanks(List<String>, Integer, Integer) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanks(String, String, Integer, Integer, String, String) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanks(List<String>, String, String, Integer, Integer, String, String) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanks(List<String>, String, String, Integer, Integer, String, String, BankProtos.BankFilter.BankFeatures) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanksBlocking(List<String>, Integer, Integer) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanksBlocking(String, String, Integer, Integer, String, String) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getBanksBlocking(List<String>, String, String, Integer, Integer, String, String) - Method in class io.token.TokenClient
-
Returns a list of token enabled banks.
- getById(String, String) - Method in class io.token.security.InMemoryKeyStore
-
- getById(String, String) - Method in interface io.token.security.KeyStore
-
Gets a key by its ID.
- getById(String, String) - Method in class io.token.security.UnsecuredFileSystemKeyStore
-
- getByLevel(String, SecurityProtos.Key.Level) - Method in class io.token.security.InMemoryKeyStore
-
- getByLevel(String, SecurityProtos.Key.Level) - Method in interface io.token.security.KeyStore
-
Gets a key by its level.
- getByLevel(String, SecurityProtos.Key.Level) - Method in class io.token.security.UnsecuredFileSystemKeyStore
-
- getCountries(String) - Method in class io.token.rpc.UnauthenticatedClient
-
Returns a list of countries with Token-enabled banks.
- getCountries(String) - Method in class io.token.TokenClient
-
Returns a list of countries with Token-enabled banks.
- getCountriesBlocking(String) - Method in class io.token.TokenClient
-
Returns a list of countries with Token-enabled banks.
- getCryptoEngine() - Method in class io.token.rpc.Client
-
- getCsrfTokenHash() - Method in class io.token.tokenrequest.TokenRequestState
-
- getDefaultAgent() - Method in class io.token.Member
-
Gets the member id of the default recovery agent.
- getDefaultAgent() - Method in class io.token.rpc.Client
-
Gets the member id of the default recovery agent.
- getDefaultAgent() - Method in class io.token.rpc.UnauthenticatedClient
-
Get the default recovery agent id.
- getDefaultAgentBlocking() - Method in class io.token.Member
-
Gets the member id of the default recovery agent.
- getExpiresAtMs() - Method in class io.token.security.SecretKey
-
- getHeaders() - Method in class io.token.TokenClient.Builder
-
- getId() - Method in class io.token.security.SecretKey
-
- getInnerState() - Method in class io.token.tokenrequest.TokenRequestState
-
- getKeys() - Method in class io.token.DeviceInfo
-
Gets device keys.
- getKeys() - Method in class io.token.Member
-
Gets all public keys for this member.
- getKeysBlocking() - Method in class io.token.Member
-
Gets all public keys for this member.
- getLevel() - Method in class io.token.security.SecretKey
-
- getMember(String) - Method in class io.token.rpc.Client
-
Looks up member information for the current user.
- getMemberId() - Method in class io.token.DeviceInfo
-
Gets member ID.
- getMemberId(AliasProtos.Alias) - Method in class io.token.rpc.UnauthenticatedClient
-
Looks up member id for a given alias.
- getMemberId(AliasProtos.Alias) - Method in class io.token.TokenClient
-
Looks up member id for a given alias.
- getMemberIdBlocking(AliasProtos.Alias) - Method in class io.token.TokenClient
-
Looks up member id for a given alias.
- getMemberImpl(String, Client) - Method in class io.token.TokenClient
-
Return a Member set up to use some Token member's keys (assuming we have them).
- getOnBehalfOf() - Method in class io.token.rpc.Client
-
- getPlatform() - Method in class io.token.TokenClient.Builder
-
- getPrivateKey() - Method in class io.token.security.SecretKey
-
- getProfile(String) - Method in class io.token.Member
-
Gets a member's public profile.
- getProfile(String) - Method in class io.token.rpc.Client
-
Gets a member's public profile.
- getProfileBlocking(String) - Method in class io.token.Member
-
Gets a member's public profile.
- getProfilePicture(String, MemberProtos.ProfilePictureSize) - Method in class io.token.Member
-
Gets a member's public profile picture.
- getProfilePicture(String, MemberProtos.ProfilePictureSize) - Method in class io.token.rpc.Client
-
Gets a member's public profile picture.
- getProfilePictureBlocking(String, MemberProtos.ProfilePictureSize) - Method in class io.token.Member
-
Gets a member's public profile picture.
- getPublicKey() - Method in class io.token.security.SecretKey
-
- getPublicKeys() - Method in interface io.token.security.CryptoEngine
-
Returns public keys that the CryptoEngine can use to sign.
- getPublicKeys() - Method in class io.token.security.TokenCryptoEngine
-
- getRecoveryAuthorization(String, String, SecurityProtos.Key) - Method in class io.token.rpc.UnauthenticatedClient
-
Gets recovery authorization from Token.
- getRecoveryAuthorization(String, String, SecurityProtos.Key) - Method in class io.token.TokenClient
-
Gets recovery authorization from Token.
- getRecoveryAuthorizationBlocking(String, String, SecurityProtos.Key) - Method in class io.token.TokenClient
-
Gets recovery authorization from Token.
- getSignature() - Method in class io.token.tokenrequest.TokenRequestResult
-
- getStandingOrder(String, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up an existing standing order for a given account.
- getStandingOrder(String, String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up an existing standing order for a given account.
- getStandingOrder(String, String, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Look up an existing standing order and return the response.
- getStandingOrderBlocking(String, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up an existing standing order for a given account.
- getStandingOrderBlocking(String, String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up an existing standing order for a given account.
- getStandingOrders(String, int, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up standing orders for a given account.
- getStandingOrders(String, String, int, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up standing orders for a given account.
- getStandingOrders(String, String, int, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Look up standing orders and return response.
- getStandingOrdersBlocking(String, int, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up standing orders for a given account.
- getStandingOrdersBlocking(String, String, int, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up standing orders for a given account.
- getStatus() - Method in exception io.token.exceptions.RequestException
-
- getStatus() - Method in exception io.token.exceptions.VerificationException
-
- getTime() - Method in interface io.token.util.Clock
-
Gets the current time in Epoch milliseconds.
- getTime() - Method in class io.token.util.SystemTimeClock
-
- getTokenCluster() - Method in class io.token.Member
-
Get the Token cluster, e.g.
- getTokenId() - Method in class io.token.tokenrequest.TokenRequestResult
-
- getTokenRequestOptions() - Method in class io.token.tokenrequest.TokenRequest
-
- getTokenRequestPayload() - Method in class io.token.tokenrequest.TokenRequest
-
- getTransaction(String, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up a transaction by ID.
- getTransaction(String, String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up an existing transaction for a given account.
- getTransaction(String, String, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Look up an existing transaction and return the response.
- getTransactionBlocking(String, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up a transaction by ID.
- getTransactionBlocking(String, String, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up an existing transaction for a given account.
- getTransactions(String, int, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up transactions.
- getTransactions(String, int, SecurityProtos.Key.Level, String, String) - Method in class io.token.Account
-
Looks up transactions with date filter.
- getTransactions(String, String, int, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up transactions for a given account.
- getTransactions(String, String, int, SecurityProtos.Key.Level, String, String) - Method in class io.token.Member
-
Looks up transactions for a given account.
- getTransactions(String, String, int, SecurityProtos.Key.Level, String, String) - Method in class io.token.rpc.Client
-
Lookup transactions and return response.
- getTransactionsBlocking(String, int, SecurityProtos.Key.Level) - Method in class io.token.Account
-
Looks up transactions.
- getTransactionsBlocking(String, int, SecurityProtos.Key.Level, String, String) - Method in class io.token.Account
-
Looks up transactions.
- getTransactionsBlocking(String, String, int, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Looks up transactions for a given account.
- getTransactionsBlocking(String, String, int, SecurityProtos.Key.Level, String, String) - Method in class io.token.Member
-
Looks up transactions for a given account.
- getWebAppUrl(TokenClient.TokenCluster) - Static method in class io.token.util.Util
-
Get the cluster-dependent url to the web-app.
- realmId - Variable in class io.token.Member
-
- realmId() - Method in class io.token.Member
-
Gets member ID of realm owner.
- removeAlias(AliasProtos.Alias) - Method in class io.token.Member
-
Removes an alias for the member.
- removeAliasBlocking(AliasProtos.Alias) - Method in class io.token.Member
-
Removes an alias for the member.
- removeAliases(List<AliasProtos.Alias>) - Method in class io.token.Member
-
Removes aliases for the member.
- removeAliasesBlocking(List<AliasProtos.Alias>) - Method in class io.token.Member
-
Removes aliases for the member.
- removeKey(String) - Method in class io.token.Member
-
Removes a public key owned by this member.
- removeKeyBlocking(String) - Method in class io.token.Member
-
Removes a public key owned by this member.
- removeKeys(List<String>) - Method in class io.token.Member
-
Removes public keys owned by this member.
- removeKeysBlocking(List<String>) - Method in class io.token.Member
-
Removes public keys owned by this member.
- RequestException - Exception in io.token.exceptions
-
Generic request exception.
- RequestException(TransactionProtos.RequestStatus) - Constructor for exception io.token.exceptions.RequestException
-
- requestOptions - Variable in class io.token.tokenrequest.TokenRequest.Builder
-
- requestPayload - Variable in class io.token.tokenrequest.TokenRequest.Builder
-
- resolveAlias(AliasProtos.Alias) - Method in class io.token.rpc.UnauthenticatedClient
-
Resolve an alias to a TokenMember object, containing member ID and the alias with
the correct type.
- resolveAlias(AliasProtos.Alias) - Method in class io.token.TokenClient
-
Resolve an alias to a TokenMember object, containing member ID and the alias with
the correct type.
- resolveAliasBlocking(AliasProtos.Alias) - Method in class io.token.TokenClient
-
Resolve an alias to a TokenMember object, containing member ID and the alias with
the correct type.
- resolveTransferDestinations(String) - Method in class io.token.Member
-
Resolves transfer destinations for the given account ID.
- resolveTransferDestinations(String) - Method in class io.token.rpc.Client
-
Resolves transfer destinations for the given account ID.
- resolveTransferDestinationsBlocking(String) - Method in class io.token.Member
-
Resolves transfer destinations for the given account ID.
- retryVerification(AliasProtos.Alias) - Method in class io.token.Member
-
Retries alias verification.
- retryVerification(AliasProtos.Alias) - Method in class io.token.rpc.Client
-
Retry alias verification.
- retryVerificationBlocking(AliasProtos.Alias) - Method in class io.token.Member
-
Retries alias verification.
- SecretKey - Class in io.token.security
-
Encapsulates secret key data.
- SecretKey() - Constructor for class io.token.security.SecretKey
-
- serialize() - Method in class io.token.tokenrequest.TokenRequestState
-
Serialize into JSON format and encode.
- setActingAs(TokenProtos.ActingAs) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets acting as on the token.
- setAmount(double) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Sets the amount per charge of the standing order.
- setBankId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setChargeAmount(double) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setChargeBearer(TransferInstructionsProtos.ChargeBearer) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setConfirmFunds(boolean) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setCsrfToken(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
A nonce that will be verified in the callback phase of the flow.
- setCurrency(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Sets the currency for each charge in the standing order.
- setCustomizationId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setDescription(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets the description.
- setDestinationCountry(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setDestinationCountry(String) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setEndDate(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Sets the end date of the standing order.
- setExecutionDate(LocalDate) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Sets the execution date of the transfer.
- setFrequency(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Sets the frequency of the standing order.
- setFromAlias(AliasProtos.Alias) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setFromMemberId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setProviderTransferMetadata(ProviderSpecific.ProviderTransferMetadata) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setProviderTransferMetadata(ProviderSpecific.ProviderTransferMetadata) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setPurposeCode(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setPurposeCode(String) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setReceiptRequested(boolean) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setRedirectUrl(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets the callback URL to the server that will initiate redemption of the token.
- setRefId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets the reference ID of the token.
- setSetTransferDestinationsUrl(String) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setSource(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.tokenrequest.TokenRequest.BulkTransferBuilder
-
Optional.
- setSource(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setSource(TransferInstructionsProtos.TransferEndpoint) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setSourceAccount(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- setStartDate(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Sets the start date of the standing order.
- setState(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets a developer-specified string that allows state to be persisted
between the the request and callback phases of the flow.
- setToAlias(AliasProtos.Alias) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets the alias of the payee/grantee.
- setToMemberId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Sets the memberId of the payee/grantee.
- setTrackingMetadata(SecurityProtos.SecurityMetadata) - Method in class io.token.Member
-
Sets security metadata included in all requests.
- setTrackingMetadata(SecurityProtos.SecurityMetadata) - Method in class io.token.rpc.Client
-
Sets tracking metadata included in all requests.
- setUltimateCreditor(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setUltimateCreditor(String) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setUltimateDebtor(String) - Method in class io.token.tokenrequest.TokenRequest.StandingOrderBuilder
-
Optional.
- setUltimateDebtor(String) - Method in class io.token.tokenrequest.TokenRequest.TransferBuilder
-
Optional.
- setUpMemberImpl(AliasProtos.Alias, String, String) - Method in class io.token.TokenClient
-
Sets up a member given a specific ID of a member that already exists in the system.
- setUserRefId(String) - Method in class io.token.tokenrequest.TokenRequest.Builder
-
Optional.
- signTokenPayload(TokenProtos.TokenPayload, SecurityProtos.Key.Level) - Method in class io.token.Member
-
Signs a token payload.
- signTokenPayload(TokenProtos.TokenPayload, SecurityProtos.Key.Level) - Method in class io.token.rpc.Client
-
Signs a token payload.
- sslConfig - Variable in class io.token.TokenClient.Builder
-
- standingOrderRequestBuilder(double, String, String, String, String, List<TransferInstructionsProtos.TransferDestination>) - Static method in class io.token.tokenrequest.TokenRequest
-
Create a new Builder instance for a standing order token request.
- StepUpRequiredException - Exception in io.token.exceptions
-
- StepUpRequiredException(String) - Constructor for exception io.token.exceptions.StepUpRequiredException
-
- SystemTimeClock - Class in io.token.util
-
- SystemTimeClock() - Constructor for class io.token.util.SystemTimeClock
-