Uses of Class
es.kukenan.smartfi.common.service.jwt.JwtBearerToken
Packages that use JwtBearerToken
Package
Description
JWT Services and related beans and dependencies.
-
Uses of JwtBearerToken in es.kukenan.smartfi.common.service.jwt
Fields in es.kukenan.smartfi.common.service.jwt declared as JwtBearerTokenModifier and TypeFieldDescriptionprivate final JwtBearerTokenWalletAuthenticationJwtImpl.jwtJwtBearerTokento wrap.Methods in es.kukenan.smartfi.common.service.jwt that return JwtBearerTokenModifier and TypeMethodDescriptionprivate JwtBearerTokenJwtServiceImpl.extractJwtDetails(String token) Extract claims details from the given JWT.WalletAuthenticationJwtImpl.getJwt()Retrieve the wrapped JwtBearerToken.Methods in es.kukenan.smartfi.common.service.jwt with parameters of type JwtBearerTokenModifier and TypeMethodDescriptionJwtService.createJwtFromSpec(JwtBearerToken token) Create a new JWT.JwtServiceImpl.createJwtFromSpec(JwtBearerToken token) Constructors in es.kukenan.smartfi.common.service.jwt with parameters of type JwtBearerToken