Uses of Class
org.trustdeck.security.authentication.configuration.JwtProperties
Packages that use JwtProperties
-
Uses of JwtProperties in org.trustdeck.security.authentication.configuration
Constructors in org.trustdeck.security.authentication.configuration with parameters of type JwtPropertiesModifierConstructorDescriptionJwtAuthConverter(JwtProperties jwtProperties) Instantiates a new converter with the given properties. -
Uses of JwtProperties in org.trustdeck.service
Fields in org.trustdeck.service declared as JwtPropertiesModifier and TypeFieldDescriptionprotected JwtPropertiesDomainOIDCService.jwtPropertiesJWT configuration properties, handling token attributes like expiration and signing.protected JwtPropertiesOidcService.jwtPropertiesConfiguration properties for JWT (JSON Web Token) authentication.protected JwtPropertiesProjectOIDCService.jwtPropertiesJWT configuration properties, handling token attributes like expiration and signing.