Class SensitiveGatekeeper

  • All Implemented Interfaces:
    com.gwtplatform.mvp.client.proxy.Gatekeeper

    public class SensitiveGatekeeper
    extends Object
    implements com.gwtplatform.mvp.client.proxy.Gatekeeper
    A gatekeeper which needs AccessControl.superUserOrAdministrator() to pass.
    • Constructor Detail

      • SensitiveGatekeeper

        @Inject
        public SensitiveGatekeeper​(AccessControl accessControl)
    • Method Detail

      • canReveal

        public boolean canReveal()
        Specified by:
        canReveal in interface com.gwtplatform.mvp.client.proxy.Gatekeeper