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 theVaadinStatelessSecurityConfigurer
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) Deprecated, for removal: This API element is subject to removal in a future version.
http.with(new VaadinStatelessSecurityConfigurer(), customizer)
instead.