Uses of Class
de.fraunhofer.iese.mydata.exception.ForbiddenException
-
Uses of ForbiddenException in de.fraunhofer.iese.mydata.user
Modifier and TypeMethodDescriptionITokenService.generateToken
(String username) Generate a token for the given uservoid
ITokenService.validateToken
(String userId, String token) Validate the tokenvoid
ITokenService.validateTokenAndSetPassword
(String userId, String token, String newPassword)