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.SecretKeyConfigurer
Packages that use VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Uses of VaadinStatelessSecurityConfigurer.SecretKeyConfigurer in com.vaadin.flow.spring.security.stateless
Methods in com.vaadin.flow.spring.security.stateless that return VaadinStatelessSecurityConfigurer.SecretKeyConfigurerModifier and TypeMethodDescriptionVaadinStatelessSecurityConfigurer.SecretKeyConfigurer.algorithm
(org.springframework.security.oauth2.jose.jws.MacAlgorithm algorithm) Sets the signature algorithm.
Sets the secret key.
VaadinStatelessSecurityConfigurer.withSecretKey()
Specifies using a secret key for signing and verification.
Method parameters in com.vaadin.flow.spring.security.stateless with type arguments of type VaadinStatelessSecurityConfigurer.SecretKeyConfigurerModifier and TypeMethodDescriptionVaadinStatelessSecurityConfigurer.withSecretKey
(org.springframework.security.config.Customizer<VaadinStatelessSecurityConfigurer<H>.SecretKeyConfigurer> customizer) Specifies using a secret key for signing and verification.