A B C D E F G I L M R S T U V W 
All Classes All Packages

A

authenticate(Authentication) - Method in class io.meeds.deeds.web.security.DeedAuthenticationProvider
 

B

BlockchainService - Class in io.meeds.deeds.service
 
BlockchainService() - Constructor for class io.meeds.deeds.service.BlockchainService
 

C

computeExchangeRate() - Method in class io.meeds.deeds.scheduling.task.CurrencyExchangeTask
 
computeExchangeRate() - Method in class io.meeds.deeds.scheduling.task.MeedsExchangeTask
 
computeMeedExchangeRate() - Method in class io.meeds.deeds.service.ExchangeService
Compute and store MEED Token Exchange rates from first date when MEED Contract has been created until today
computeRates() - Method in class io.meeds.deeds.service.ExchangeService
Compute and store EURO Currency Exchange rate from first date when MEED Contract has been created until today
computeTodayCurrencyExchangeRate() - Method in class io.meeds.deeds.service.ExchangeService
 
configure(AuthenticationManagerBuilder) - Method in class io.meeds.deeds.web.security.WebSecurityConfig
 
configure(HttpSecurity) - Method in class io.meeds.deeds.web.security.WebSecurityConfig
 
Currency - Enum in io.meeds.deeds.constant
 
CurrencyExchangeRate - Class in io.meeds.deeds.model
 
CurrencyExchangeRate() - Constructor for class io.meeds.deeds.model.CurrencyExchangeRate
 
CurrencyExchangeRateRepository - Interface in io.meeds.deeds.storage
 
currencyExchangeTask() - Method in class io.meeds.deeds.scheduling.SchedulingConfig
 
CurrencyExchangeTask - Class in io.meeds.deeds.scheduling.task
 
CurrencyExchangeTask() - Constructor for class io.meeds.deeds.scheduling.task.CurrencyExchangeTask
 

D

DeedApplication - Class in io.meeds.deeds
 
DeedApplication() - Constructor for class io.meeds.deeds.DeedApplication
 
DeedAuthenticationProvider - Class in io.meeds.deeds.web.security
 
DeedAuthenticationProvider() - Constructor for class io.meeds.deeds.web.security.DeedAuthenticationProvider
 
DeedTenantManagerRepository - Interface in io.meeds.deeds.storage
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.meeds.deeds.web.filter.RequestDispatcherFilter
 

E

EnvironmentService - Class in io.meeds.deeds.web.utils
 
EnvironmentService(Environment) - Constructor for class io.meeds.deeds.web.utils.EnvironmentService
 
ETH - io.meeds.deeds.constant.Currency
 
EUR - io.meeds.deeds.constant.Currency
 
ExchangeController - Class in io.meeds.deeds.web.rest
 
ExchangeController() - Constructor for class io.meeds.deeds.web.rest.ExchangeController
 
ExchangeService - Class in io.meeds.deeds.service
 
ExchangeService() - Constructor for class io.meeds.deeds.service.ExchangeService
 

F

findByCurrencyAndDateBetween(Currency, LocalDate, LocalDate) - Method in interface io.meeds.deeds.storage.CurrencyExchangeRateRepository
 
findByDateBetween(LocalDate, LocalDate) - Method in interface io.meeds.deeds.storage.MeedExchangeRateRepository
 

G

generateLoginMessage(HttpSession) - Static method in class io.meeds.deeds.web.utils.Utils
 
getApplicationBuildNumber() - Static method in class io.meeds.deeds.web.utils.Utils
 
getDeedCardType(long) - Method in class io.meeds.deeds.service.BlockchainService
Retrieves from Blockchain DEED card type: - 0 : Common - 1 : Uncommon - 2 : Rare - 3 : Legendary
getDeedCityIndex(long) - Method in class io.meeds.deeds.service.BlockchainService
Retrieves from Blockchain DEED city index: - 0 : Tanit - 1 : Reshef - 2 : Ashtarte - 3 : Melqart - 4 : Eshmun - 5 : Kushor - 6 : Hammon
getEnvironment() - Static method in class io.meeds.deeds.web.utils.EnvironmentService
 
getExchangeRates(Currency, LocalDate) - Method in class io.meeds.deeds.web.rest.ExchangeController
 
getExchangeRates(Currency, LocalDate, LocalDate) - Method in class io.meeds.deeds.service.ExchangeService
Retrieves list of MeedPrice from selected date until a dedicated date
getLastTenantCommand(String, long) - Method in class io.meeds.deeds.service.TenantService
Retrives Deed Tenant Last status by NFT Identifier
getLoginMessage(HttpSession) - Static method in class io.meeds.deeds.web.utils.Utils
 

I

init(FilterConfig) - Method in class io.meeds.deeds.web.filter.RequestDispatcherFilter
 
io.meeds.deeds - package io.meeds.deeds
 
io.meeds.deeds.constant - package io.meeds.deeds.constant
 
io.meeds.deeds.model - package io.meeds.deeds.model
 
io.meeds.deeds.scheduling - package io.meeds.deeds.scheduling
 
io.meeds.deeds.scheduling.task - package io.meeds.deeds.scheduling.task
 
io.meeds.deeds.service - package io.meeds.deeds.service
 
io.meeds.deeds.storage - package io.meeds.deeds.storage
 
io.meeds.deeds.web.filter - package io.meeds.deeds.web.filter
 
io.meeds.deeds.web.rest - package io.meeds.deeds.web.rest
 
io.meeds.deeds.web.security - package io.meeds.deeds.web.security
 
io.meeds.deeds.web.utils - package io.meeds.deeds.web.utils
 
isDeedManager(String, long) - Method in class io.meeds.deeds.service.TenantService
Checks if address is the provisioning manager of the DEED
isDeedProvisioningManager(String, long) - Method in class io.meeds.deeds.service.BlockchainService
Retrieves from blockchain whether an address is the provisioning manager of the deed or not

L

lastCommand(long, Principal) - Method in class io.meeds.deeds.web.rest.TenantController
 

M

MeedExchangeRate - Class in io.meeds.deeds.model
 
MeedExchangeRate(LocalDate) - Constructor for class io.meeds.deeds.model.MeedExchangeRate
 
MeedExchangeRateRepository - Interface in io.meeds.deeds.storage
 
MeedPrice - Class in io.meeds.deeds.model
 
MeedPrice() - Constructor for class io.meeds.deeds.model.MeedPrice
 
meedsExchangeTask() - Method in class io.meeds.deeds.scheduling.SchedulingConfig
 
MeedsExchangeTask - Class in io.meeds.deeds.scheduling.task
 
MeedsExchangeTask() - Constructor for class io.meeds.deeds.scheduling.task.MeedsExchangeTask
 

R

RequestDispatcherFilter - Class in io.meeds.deeds.web.filter
 
RequestDispatcherFilter() - Constructor for class io.meeds.deeds.web.filter.RequestDispatcherFilter
 

S

save(S) - Method in interface io.meeds.deeds.storage.CurrencyExchangeRateRepository
 
save(S) - Method in interface io.meeds.deeds.storage.MeedExchangeRateRepository
 
saveEmail(String, long, String) - Method in class io.meeds.deeds.service.TenantService
Stores User Email to allow support Team Contact him and notify him about Tenant Status
SchedulingConfig - Class in io.meeds.deeds.scheduling
 
SchedulingConfig() - Constructor for class io.meeds.deeds.scheduling.SchedulingConfig
 
startTenant(long, String, String, Principal) - Method in class io.meeds.deeds.web.rest.TenantController
 
startTenant(String, String, long, String) - Method in class io.meeds.deeds.service.TenantService
Stores User Email to allow support Team Contact him and notify him about Tenant Status.
stopTenant(long, String, Principal) - Method in class io.meeds.deeds.web.rest.TenantController
 
stopTenant(String, String, long) - Method in class io.meeds.deeds.service.TenantService
Collects information about DEED Nft and transaction hash to command Tenant shutdown.
supports(Class<?>) - Method in class io.meeds.deeds.web.security.DeedAuthenticationProvider
 

T

TenantController - Class in io.meeds.deeds.web.rest
 
TenantController() - Constructor for class io.meeds.deeds.web.rest.TenantController
 
TenantService - Class in io.meeds.deeds.service
 
TenantService() - Constructor for class io.meeds.deeds.service.TenantService
 

U

UnauthorizedOperationException - Exception in io.meeds.deeds.constant
 
UnauthorizedOperationException() - Constructor for exception io.meeds.deeds.constant.UnauthorizedOperationException
 
UnauthorizedOperationException(String) - Constructor for exception io.meeds.deeds.constant.UnauthorizedOperationException
 
updateEmail(long, String, Principal) - Method in class io.meeds.deeds.web.rest.TenantController
 
USD - io.meeds.deeds.constant.Currency
 
USER_ROLE_NAME - Static variable in class io.meeds.deeds.web.security.DeedAuthenticationProvider
 
Utils - Class in io.meeds.deeds.web.utils
 

V

validateSignedMessage(String, String, String) - Method in class io.meeds.deeds.web.security.DeedAuthenticationProvider
 
valueOf(String) - Static method in enum io.meeds.deeds.constant.Currency
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.meeds.deeds.constant.Currency
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSecurityConfig - Class in io.meeds.deeds.web.security
 
WebSecurityConfig() - Constructor for class io.meeds.deeds.web.security.WebSecurityConfig
 
A B C D E F G I L M R S T U V W 
All Classes All Packages