We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
Packages that use VaadinStatelessSecurityConfigurer
-
Uses of VaadinStatelessSecurityConfigurer in com.vaadin.flow.spring.security.stateless
Methods in com.vaadin.flow.spring.security.stateless that return VaadinStatelessSecurityConfigurerModifier and TypeMethodDescriptionVaadinStatelessSecurityConfigurer.SecretKeyConfigurer.and()
Return to the
VaadinStatelessSecurityConfigurer
when done using theVaadinStatelessSecurityConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>>.SecretKeyConfigurer
for method chaining.VaadinStatelessSecurityConfigurer.expiresIn
(long expiresIn) Sets the lifetime of the JWT.
Sets the issuer claim to use when issuing and verifying the JWT.
VaadinStatelessSecurityConfigurer.withSecretKey
(org.springframework.security.config.Customizer<VaadinStatelessSecurityConfigurer<H>.SecretKeyConfigurer> customizer) Specifies using a secret key for signing and verification.
Method parameters in com.vaadin.flow.spring.security.stateless with type arguments of type VaadinStatelessSecurityConfigurerModifier and TypeMethodDescriptionstatic void
VaadinStatelessSecurityConfigurer.apply
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.security.config.Customizer<VaadinStatelessSecurityConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>> customizer) Applies configuration required to enable stateless security for a Vaadin application.