Package com.vaadin.flow.spring.security
Class NavigationAccessControlInitializer
java.lang.Object
com.vaadin.flow.spring.security.NavigationAccessControlInitializer
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class NavigationAccessControlInitializer
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener
Helper to register navigation access control.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationAccessControlInitializer(com.vaadin.flow.server.auth.NavigationAccessControl accessControl) -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)
-
Constructor Details
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-