Package org.jboss.hal.core.accesscontrol
Class AuthenticatedGatekeeper
- java.lang.Object
-
- org.jboss.hal.core.accesscontrol.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 Summary
Constructors Constructor Description AuthenticatedGatekeeper(User user)
-
-
-
Constructor Detail
-
AuthenticatedGatekeeper
@Inject public AuthenticatedGatekeeper(User user)
-
-