Package io.meeds.tenant.metamask.service
Class TenantManagerService
- java.lang.Object
-
- io.meeds.tenant.metamask.service.TenantManagerService
-
public class TenantManagerService extends Object
A service that allows to detect Deed Tenant Manager address
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.exoplatform.services.log.LogLOGstatic StringMANAGER_DEFAULT_ROLES_PARAMstatic StringNFT_ID_PARAM
-
Constructor Summary
Constructors Constructor Description TenantManagerService(TenantManagerStorage tenantManagerStorage, org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNftId()List<String>getTenantManagerDefaultRoles()booleanisTenantManager(String address)
-
-
-
Field Detail
-
MANAGER_DEFAULT_ROLES_PARAM
public static final String MANAGER_DEFAULT_ROLES_PARAM
- See Also:
- Constant Field Values
-
NFT_ID_PARAM
public static final String NFT_ID_PARAM
- See Also:
- Constant Field Values
-
LOG
protected static final org.exoplatform.services.log.Log LOG
-
-
Constructor Detail
-
TenantManagerService
public TenantManagerService(TenantManagerStorage tenantManagerStorage, org.exoplatform.container.xml.InitParams params)
-
-