| Package | Description |
|---|---|
| com.vaadin.flow.spring.security.stateless |
| Modifier and Type | Method and Description |
|---|---|
VaadinStatelessSecurityConfigurer<H> |
VaadinStatelessSecurityConfigurer.SecretKeyConfigurer.and()
Return to the
VaadinStatelessSecurityConfigurer when done
using the VaadinStatelessSecurityConfigurer.SecretKeyConfigurer for 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.
|
Copyright © 2021 Vaadin Ltd. All Rights Reserved.