Class AuthenticatedGatekeeper

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

    public class AuthenticatedGatekeeper
    extends Object
    implements com.gwtplatform.mvp.client.proxy.Gatekeeper
    Default gatekeeper which makes sure the current user is authenticated.
    • Constructor Detail

      • AuthenticatedGatekeeper

        @Inject
        public AuthenticatedGatekeeper​(User user)
    • Method Detail

      • canReveal

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