Uses of Class
com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Packages that use VaadinStatelessSecurityConfigurer Package Description com.vaadin.flow.spring.security.stateless -
-
Uses of VaadinStatelessSecurityConfigurer in com.vaadin.flow.spring.security.stateless
Methods in com.vaadin.flow.spring.security.stateless that return VaadinStatelessSecurityConfigurer Modifier and Type Method Description VaadinStatelessSecurityConfigurer<H>VaadinStatelessSecurityConfigurer.SecretKeyConfigurer. and()Return to theVaadinStatelessSecurityConfigurerwhen done using theVaadinStatelessSecurityConfigurer.SecretKeyConfigurerfor method chaining.VaadinStatelessSecurityConfigurer<H>VaadinStatelessSecurityConfigurer. expiresIn(long expiresIn)Sets the lifetime of the JWT.VaadinStatelessSecurityConfigurer<H>VaadinStatelessSecurityConfigurer. issuer(String issuer)Sets the issuer claim to use when issuing and verifying the JWT.VaadinStatelessSecurityConfigurer<H>VaadinStatelessSecurityConfigurer. withSecretKey(org.springframework.security.config.Customizer<VaadinStatelessSecurityConfigurer.SecretKeyConfigurer> customizer)Specifies using a secret key for signing and verification.
-