Uses of Class
com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Uses of VaadinStatelessSecurityConfigurer.SecretKeyConfigurer in com.vaadin.flow.spring.security.stateless
Modifier 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.Modifier and TypeMethodDescriptionVaadinStatelessSecurityConfigurer.withSecretKey
(org.springframework.security.config.Customizer<VaadinStatelessSecurityConfigurer<H>.SecretKeyConfigurer> customizer) Specifies using a secret key for signing and verification.