Uses of Interface
org.nuxeo.ecm.jwt.JWTService.JWTBuilder
-
Uses of JWTService.JWTBuilder in org.nuxeo.ecm.jwt
Modifier and TypeClassDescriptionclass
Implementation ofJWTService.JWTBuilder
delegating to the auth0 JWT library.Modifier and TypeMethodDescriptionJWTService.newBuilder()
Creates a new builder for a JSON Web Token.JWTServiceImpl.newBuilder()
Adds a claim to the token to be built.JWTService.JWTBuilder.withTTL
(int ttlSeconds) Adds a TTL (in seconds) to the token to be built.