Uses of Class
de.fraunhofer.iese.mydata.exception.ForbiddenException
Packages that use ForbiddenException
-
Uses of ForbiddenException in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that throw ForbiddenExceptionModifier 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)