Uses of Class
com.alpaca.model.UserPrincipal
Packages that use UserPrincipal
-
Uses of UserPrincipal in com.alpaca.controller
Methods in com.alpaca.controller that return types with arguments of type UserPrincipalModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserPrincipal> AuthController.getCurrentUser(UserPrincipal user) Retrieves the current authenticated user.Methods in com.alpaca.controller with parameters of type UserPrincipalModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserPrincipal> AuthController.getCurrentUser(UserPrincipal user) Retrieves the current authenticated user. -
Uses of UserPrincipal in com.alpaca.security.manager
Methods in com.alpaca.security.manager that return UserPrincipalModifier and TypeMethodDescriptionJJwtManager.getUserPrincipal(io.jsonwebtoken.Claims claims) Builds aUserPrincipalfrom JWT claims.Methods in com.alpaca.security.manager with parameters of type UserPrincipalModifier and TypeMethodDescriptionJJwtManager.createToken(UserPrincipal user) Creates a new signed JWT token containing information about aUserPrincipal. -
Uses of UserPrincipal in com.alpaca.service.impl
Methods in com.alpaca.service.impl that return UserPrincipal