| Package | Description |
|---|---|
| com.vaadin.flow.di | |
| com.vaadin.flow.server | |
| com.vaadin.fusion.auth |
| Modifier and Type | Method and Description |
|---|---|
default Stream<IndexHtmlRequestListener> |
Instantiator.getIndexHtmlRequestListeners(Stream<IndexHtmlRequestListener> indexHtmlRequestListeners)
Processes the available Index HTML request listeners.
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<IndexHtmlRequestListener> |
Instantiator.getIndexHtmlRequestListeners(Stream<IndexHtmlRequestListener> indexHtmlRequestListeners)
Processes the available Index HTML request listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<IndexHtmlRequestListener> |
ServiceInitEvent.getAddedIndexHtmlRequestListeners()
Gets a stream of all Index HTML request listeners that have been added
for the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInitEvent.addIndexHtmlRequestListener(IndexHtmlRequestListener indexHtmlRequestListener)
Adds a new Index HTML request listener that will be used by this service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsrfIndexHtmlRequestListener
An index HTML request listener that generates and sends a token for
Cross-Site Request Forgery protection (Double Submit Cookie pattern) of
Fusion endpoints.
|
Copyright © 2023. All rights reserved.