Class WalletFeaturePlugin

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class WalletFeaturePlugin
    extends org.exoplatform.commons.api.settings.FeaturePlugin
    A plugin added to ExoFeatureService that determines if 'wallet' is enabled for a user or not
    • Constructor Detail

      • WalletFeaturePlugin

        public WalletFeaturePlugin()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.exoplatform.container.component.ComponentPlugin
        Overrides:
        getName in class org.exoplatform.container.component.BaseComponentPlugin
      • isFeatureActiveForUser

        public boolean isFeatureActiveForUser​(String featureName,
                                              String username)
        Specified by:
        isFeatureActiveForUser in class org.exoplatform.commons.api.settings.FeaturePlugin