Skip navigation links
A B C D E F G I K L M N O R S T 

A

anonymous() - Method in class com.github.triceo.robozonky.common.remote.ApiProvider
Retrieve user-specific Zonky API which does not require authentication.
ApiProvider - Class in com.github.triceo.robozonky.common.remote
Provides instances of APIs for the rest of RoboZonky to use.
ApiProvider() - Constructor for class com.github.triceo.robozonky.common.remote.ApiProvider
 
ApiProvider.ApiWrapper<T> - Class in com.github.triceo.robozonky.common.remote
Represents a close-able RESTEasy client proxy.
ApiWrapper(Class<T>, T) - Constructor for class com.github.triceo.robozonky.common.remote.ApiProvider.ApiWrapper
 
ApiWrapper(Class<T>, T, ResteasyClient) - Constructor for class com.github.triceo.robozonky.common.remote.ApiProvider.ApiWrapper
 
authenticated(ZonkyApiToken) - Method in class com.github.triceo.robozonky.common.remote.ApiProvider
Retrieve user-specific Zonky API which requires authentication.

B

BACKGROUND_SCHEDULER - Static variable in class com.github.triceo.robozonky.util.Scheduler
 

C

Checker - Class in com.github.triceo.robozonky.common.extensions
 
Checker() - Constructor for class com.github.triceo.robozonky.common.extensions.Checker
 
close() - Method in class com.github.triceo.robozonky.common.remote.ApiProvider.ApiWrapper
 
close() - Method in class com.github.triceo.robozonky.common.remote.ApiProvider
 
com.github.triceo.robozonky.common.extensions - package com.github.triceo.robozonky.common.extensions
 
com.github.triceo.robozonky.common.remote - package com.github.triceo.robozonky.common.remote
 
com.github.triceo.robozonky.common.secrets - package com.github.triceo.robozonky.common.secrets
 
com.github.triceo.robozonky.util - package com.github.triceo.robozonky.util
 
ConfirmationProviderLoader - Class in com.github.triceo.robozonky.common.extensions
 
ConfirmationProviderLoader() - Constructor for class com.github.triceo.robozonky.common.extensions.ConfirmationProviderLoader
 
confirmations(ConfirmationProvider, String, char[]) - Static method in class com.github.triceo.robozonky.common.extensions.Checker
 
create(File, char[]) - Static method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Create brand new key store protected by a given password, and store it in a file.
Credentials - Class in com.github.triceo.robozonky.common.secrets
 
Credentials(String, SecretProvider) - Constructor for class com.github.triceo.robozonky.common.secrets.Credentials
 

D

delete(String) - Method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Remove an entry from the key store.
deleteToken() - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Delete the stored token, if any.

E

execute(Function<T, S>) - Method in class com.github.triceo.robozonky.common.remote.ApiProvider.ApiWrapper
 
execute(Consumer<T>) - Method in class com.github.triceo.robozonky.common.remote.ApiProvider.ApiWrapper
 

F

fallback(String, char...) - Static method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
For cases where there is no KeyStore support available in JDK, this secret provider stores all secrets in plain text.
filesToUrls(File...) - Static method in class com.github.triceo.robozonky.util.FileUtils
 
FileUtils - Class in com.github.triceo.robozonky.util
 
FileUtils() - Constructor for class com.github.triceo.robozonky.util.FileUtils
 
filter(ClientRequestContext) - Method in class com.github.triceo.robozonky.common.remote.RoboZonkyFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class com.github.triceo.robozonky.common.remote.RoboZonkyFilter
 
findFolder(String) - Static method in class com.github.triceo.robozonky.util.FileUtils
 

G

get(String) - Method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Retrieve a previously stored key.
getPassword() - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Retrieve password used to connect to Zonky API.
getSecret(String) - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Retrieve a secret stored through SecretProvider.setSecret(String, char[]).
getToken() - Method in class com.github.triceo.robozonky.common.secrets.Credentials
 
getToken() - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Retrieve serialization of Zonky's OAuth token.
getToolId() - Method in class com.github.triceo.robozonky.common.secrets.Credentials
 
getUsername() - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Retrieve username used to connect to Zonky API.

I

InvestmentStrategyLoader - Class in com.github.triceo.robozonky.common.extensions
Implements Java's ServiceLoader to provide suitable InvestmentStrategy implementations.
InvestmentStrategyLoader() - Constructor for class com.github.triceo.robozonky.common.extensions.InvestmentStrategyLoader
 
IOUtils - Class in com.github.triceo.robozonky.util
Utility method to ease working with input/output operations in Java.
IOUtils() - Constructor for class com.github.triceo.robozonky.util.IOUtils
 
isDirty() - Method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Whether or not there are unsaved changes.
isPersistent() - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Whether or not this provider will store all data in such a way that it survives JVM restart.
isShutdown() - Method in class com.github.triceo.robozonky.util.Scheduler
 
isSubmitted(Runnable) - Method in class com.github.triceo.robozonky.util.Scheduler
 

K

keyStoreBased(KeyStoreHandler) - Static method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Create a @KeyStore-based provider based on a given key store.
keyStoreBased(KeyStoreHandler, String, char...) - Static method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Create a @KeyStore-based provider based on a given key store, filled with initial username and password.
KeyStoreHandler - Class in com.github.triceo.robozonky.common.secrets
Simple abstraction for dealing with the overly complicated KeyStore API.

L

ListenerServiceLoader - Class in com.github.triceo.robozonky.common.extensions
 
ListenerServiceLoader() - Constructor for class com.github.triceo.robozonky.common.extensions.ListenerServiceLoader
 
load(String) - Static method in class com.github.triceo.robozonky.common.extensions.ConfirmationProviderLoader
 
load(String) - Static method in class com.github.triceo.robozonky.common.extensions.InvestmentStrategyLoader
 
load(Class<T>) - Static method in class com.github.triceo.robozonky.common.extensions.ListenerServiceLoader
 
load(Credentials) - Static method in class com.github.triceo.robozonky.common.extensions.MarketplaceLoader
 
LOGGER - Variable in class com.github.triceo.robozonky.common.remote.ApiProvider
 

M

MarketplaceLoader - Class in com.github.triceo.robozonky.common.extensions
 
MarketplaceLoader() - Constructor for class com.github.triceo.robozonky.common.extensions.MarketplaceLoader
 

N

newThread(Runnable) - Method in class com.github.triceo.robozonky.util.RoboZonkyThreadFactory
 
notifications() - Static method in class com.github.triceo.robozonky.common.extensions.Checker
 
notifications(List<Refreshable<EventListener<RoboZonkyTestingEvent>>>) - Static method in class com.github.triceo.robozonky.common.extensions.Checker
 

O

oauth() - Method in class com.github.triceo.robozonky.common.remote.ApiProvider
Retrieve Zonky's OAuth endpoint.
obtain(Class<T>, String, RoboZonkyFilter) - Method in class com.github.triceo.robozonky.common.remote.ApiProvider
Instantiate an API as a RESTEasy client proxy.
open(File, char[]) - Static method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Open an existing key store, protected by a given password.

R

reinit() - Method in class com.github.triceo.robozonky.util.Scheduler
Re-start the scheduler following Scheduler.shutdown().
RoboZonkyFilter - Class in com.github.triceo.robozonky.common.remote
Decorates the request with User-Agent and adds some simple request logging.
RoboZonkyFilter() - Constructor for class com.github.triceo.robozonky.common.remote.RoboZonkyFilter
 
RoboZonkyThreadFactory - Class in com.github.triceo.robozonky.util
Thread factory giving threads RoboZonky-specific names, assigning them to RoboZonky-specific ThreadGroups.
RoboZonkyThreadFactory(ThreadGroup) - Constructor for class com.github.triceo.robozonky.util.RoboZonkyThreadFactory
 

S

save() - Method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Persist whatever operations that have been made using this API.
Scheduler - Class in com.github.triceo.robozonky.util
 
Scheduler() - Constructor for class com.github.triceo.robozonky.util.Scheduler
 
Scheduler(int) - Constructor for class com.github.triceo.robozonky.util.Scheduler
 
SecretProvider - Interface in com.github.triceo.robozonky.common.secrets
Implementations provide various ways of storing sensitive information, such as passwords or access tokens.
set(String, char[]) - Method in class com.github.triceo.robozonky.common.secrets.KeyStoreHandler
Set a key in the key store.
setSecret(String, char...) - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Store a secret.
setToken(Reader) - Method in interface com.github.triceo.robozonky.common.secrets.SecretProvider
Store serialization of Zonky's OAuth token.
shutdown() - Method in class com.github.triceo.robozonky.util.Scheduler
 
submit(Runnable) - Method in class com.github.triceo.robozonky.util.Scheduler
 
submit(Runnable, TemporalAmount) - Method in class com.github.triceo.robozonky.util.Scheduler
 

T

toString() - Method in class com.github.triceo.robozonky.common.secrets.Credentials
 
toString(Reader) - Static method in class com.github.triceo.robozonky.util.IOUtils
Convert a Reader to a String.
A B C D E F G I K L M N O R S T 
Skip navigation links

Copyright © 2017. All rights reserved.