A D E F G I L M N P R S T U V 
All Classes All Packages

A

addRegisterFormParams(JSONObject, HttpServletRequest, String) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
ALLOWED_ROOT_ACCESS_WALLETS_PARAM - Static variable in class io.meeds.tenant.metamask.service.MetamaskLoginService
 

D

doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 

E

EMAIL_REQUEST_PARAM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
ERROR_CODE_PARAM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
extendParameters(ControllerContext, String) - Method in class io.meeds.tenant.metamask.web.MetamaskLoginExtension
 
extendParameters(ControllerContext, String) - Method in class io.meeds.tenant.metamask.web.MetamaskRegisterExtension
 

F

forwardUserRegistrationForm(ControllerContext, String) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
FULL_NAME_REQUEST_PARAM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 

G

generateLoginMessage(HttpSession) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Generates a new Login Message to sign by current user and store it in HttpSession.
generateLoginMessage(HttpSession, boolean) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Generates a new Login Message to sign by current user and store it in HttpSession.
getCompoundPassword(HttpServletRequest) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
getExtensionNames() - Method in class io.meeds.tenant.metamask.web.MetamaskLoginExtension
 
getExtensionNames() - Method in class io.meeds.tenant.metamask.web.MetamaskRegisterExtension
 
getFilterDefinitions() - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilterDefinition
 
getLoginMessage(HttpSession) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Retrieves Login Message to Sign with Metamask Generated and stored in HTTP Session
getNftId() - Method in class io.meeds.tenant.metamask.service.TenantManagerService
 
getTenantManagerDefaultRoles() - Method in class io.meeds.tenant.metamask.service.TenantManagerService
 
getTenantProvisioningContract() - Method in class io.meeds.tenant.metamask.storage.TenantManagerStorage
 
getUserWithWalletAddress(String) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Retrieves User name with associated wallet Address
getWeb3j() - Method in class io.meeds.tenant.metamask.storage.TenantManagerStorage
 

I

io.meeds.tenant.metamask - package io.meeds.tenant.metamask
 
io.meeds.tenant.metamask.authenticator - package io.meeds.tenant.metamask.authenticator
 
io.meeds.tenant.metamask.service - package io.meeds.tenant.metamask.service
 
io.meeds.tenant.metamask.storage - package io.meeds.tenant.metamask.storage
 
io.meeds.tenant.metamask.web - package io.meeds.tenant.metamask.web
 
io.meeds.tenant.metamask.web.filter - package io.meeds.tenant.metamask.web.filter
 
isAllowUserRegistration() - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
isAllowUserRegistration(String) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
isManagerAddress(String, String) - Method in class io.meeds.tenant.metamask.storage.TenantManagerStorage
 
isSuperUser(String) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
isTenantManager(String) - Method in class io.meeds.tenant.metamask.service.TenantManagerService
 

L

LOG - Static variable in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
LOG - Static variable in class io.meeds.tenant.metamask.service.TenantManagerService
 
LOG - Static variable in class io.meeds.tenant.metamask.storage.TenantManagerStorage
 
LOG - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
LOGIN_MESSAGE_ATTRIBUTE_NAME - Static variable in class io.meeds.tenant.metamask.service.MetamaskLoginService
 

M

MANAGER_DEFAULT_ROLES_PARAM - Static variable in class io.meeds.tenant.metamask.service.TenantManagerService
 
METAMASK_ALLOW_REGISTRATION_PARAM - Static variable in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
METAMASK_AUTHENTICATED - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
METAMASK_REGISTER_FORM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
METAMASK_REGISTER_USER - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
METAMASK_REGISTRATION_ENABLED - Static variable in class io.meeds.tenant.metamask.web.MetamaskRegisterExtension
 
METAMASK_SIGNED_MESSAGE_PREFIX - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
MetamaskAuthenticator - Class in io.meeds.tenant.metamask.authenticator
An authenticator plugin to authenticate Metamask users
MetamaskAuthenticator(MetamaskLoginService) - Constructor for class io.meeds.tenant.metamask.authenticator.MetamaskAuthenticator
 
MetamaskLoginExtension - Class in io.meeds.tenant.metamask.web
A Login extension to submit Login parameters to UI
MetamaskLoginExtension(MetamaskLoginService) - Constructor for class io.meeds.tenant.metamask.web.MetamaskLoginExtension
 
MetamaskLoginService - Class in io.meeds.tenant.metamask.service
 
MetamaskLoginService(OrganizationService, UserACL, SecureRandomService, TenantManagerService, AccountSetupService, InitParams) - Constructor for class io.meeds.tenant.metamask.service.MetamaskLoginService
 
MetamaskRegisterExtension - Class in io.meeds.tenant.metamask.web
An extension to submit parameters to Register UI
MetamaskRegisterExtension(MetamaskLoginService) - Constructor for class io.meeds.tenant.metamask.web.MetamaskRegisterExtension
 
MetamaskSignInFilter - Class in io.meeds.tenant.metamask.web.filter
A Login extension to submit Login parameters to UI for used network, contract adresses ...
MetamaskSignInFilter(PortalContainer, WebAppController, LocaleConfigService, BrandingService, JavascriptConfigService, SkinService, MetamaskLoginService) - Constructor for class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
MetamaskSignInFilterDefinition - Class in io.meeds.tenant.metamask.web.filter
A Login extension to submit Login parameters to UI for used network, contract adresses ...
MetamaskSignInFilterDefinition(PortalContainer, WebAppController, LocaleConfigService, BrandingService, JavascriptConfigService, SkinService, MetamaskLoginService, InitParams) - Constructor for class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilterDefinition
 

N

NFT_ID_PARAM - Static variable in class io.meeds.tenant.metamask.service.TenantManagerService
 

P

PASSWORD_REQUEST_PARAM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
prepareDispatch(ControllerContext, String) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 

R

registerUser(String, String, String) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Register new User in platform based on Username, display name and email.
registerUserAndWrapRequestForLogin(HttpServletRequest, HttpServletResponse) - Method in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
RegistrationException - Exception in io.meeds.tenant.metamask
 
RegistrationException(String) - Constructor for exception io.meeds.tenant.metamask.RegistrationException
 

S

SECURE_ROOT_ACCESS_WITH_METAMASK_PARAM - Static variable in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
SEPARATOR - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 
start() - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
 
stop() - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
 

T

TenantManagerService - Class in io.meeds.tenant.metamask.service
A service that allows to detect Deed Tenant Manager address
TenantManagerService(TenantManagerStorage, InitParams) - Constructor for class io.meeds.tenant.metamask.service.TenantManagerService
 
TenantManagerStorage - Class in io.meeds.tenant.metamask.storage
A service that allows to detect Deed Tenant Manager address
TenantManagerStorage(InitParams) - Constructor for class io.meeds.tenant.metamask.storage.TenantManagerStorage
 

U

USERNAME_REQUEST_PARAM - Static variable in class io.meeds.tenant.metamask.web.filter.MetamaskSignInFilter
 

V

validateSignedMessage(String, String, String) - Method in class io.meeds.tenant.metamask.service.MetamaskLoginService
Validates signed message by a wallet using Metamask
validateUser(Credential[]) - Method in class io.meeds.tenant.metamask.authenticator.MetamaskAuthenticator
 
A D E F G I L M N P R S T U V 
All Classes All Packages