Class DefaultVaadinLogoutGateway

java.lang.Object
com.svenruppert.jsentinel.logout.vaadin.DefaultVaadinLogoutGateway
All Implemented Interfaces:
VaadinLogoutGateway

public final class DefaultVaadinLogoutGateway extends Object implements VaadinLogoutGateway
Default VaadinLogoutGateway backed by the static Vaadin APIs. Calls become safe no-ops when there is no current UI / session, so the gateway can be invoked from background threads without blowing up.