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.