Uses of Class
io.fluxcapacitor.javaclient.tracking.handling.authentication.UnauthorizedException
Packages that use UnauthorizedException
-
Uses of UnauthorizedException in io.fluxcapacitor.javaclient.tracking.handling.validation
Methods in io.fluxcapacitor.javaclient.tracking.handling.validation that throw UnauthorizedExceptionModifier and TypeMethodDescriptionstatic boolean
ValidationUtils.assertAuthorized
(Class<?> payloadType, User user) Verifies whether the given user is authorized to issue the given payload, based on roles declared via annotations on the payload's class or package.