Uses of Interface
com.svenruppert.jsentinel.logout.vaadin.VaadinLogoutGateway
Packages that use VaadinLogoutGateway
-
Uses of VaadinLogoutGateway in com.svenruppert.jsentinel.logout.vaadin
Classes in com.svenruppert.jsentinel.logout.vaadin that implement VaadinLogoutGatewayModifier and TypeClassDescriptionfinal classDefaultVaadinLogoutGatewaybacked by the static Vaadin APIs.Constructors in com.svenruppert.jsentinel.logout.vaadin with parameters of type VaadinLogoutGatewayModifierConstructorDescriptionVaadinLogoutService(com.svenruppert.jsentinel.authorization.api.SubjectStore subjectStore, Class<U> subjectType, VaadinLogoutGateway gateway, String targetRoute, boolean closeVaadinSessionOnLogout, boolean invalidateHttpSessionOnLogout) Full constructor.VaadinLogoutService(com.svenruppert.jsentinel.authorization.api.SubjectStore subjectStore, Class<U> subjectType, VaadinLogoutGateway gateway, String targetRoute, boolean closeVaadinSessionOnLogout, boolean invalidateHttpSessionOnLogout, com.svenruppert.jsentinel.logout.SubjectSessionRegistry registry) Full constructor with explicitSubjectSessionRegistry.