Authentication in vaadin

Hello,
I am new to Vaadin. Could you tell me how authentication should be implemented in vaadin? I am trying to implement in J2EE way; hoever, I am having some issues. Is there an example or documentation that would give me an idea of the stuff?

Thanks in advance

Hello,

There are several tutorials how to implement a web login or an authentication with Vaadin framework. See for example the link below

https://vaadin.com/wiki/-/wiki/Main/Using+Vaadin+CDI+with+JAAS+authentication

There is also a full application example of the wiki article

https://github.com/mstahv/vaadin-cdi-jaas-jbossas-example/

Thank you very much.