Uses of Class
io.fluxzero.sdk.tracking.handling.authentication.UnauthorizedException
Packages that use UnauthorizedException
-
Uses of UnauthorizedException in io.fluxzero.sdk.tracking.handling.validation
Methods in io.fluxzero.sdk.tracking.handling.validation that throw UnauthorizedExceptionModifier and TypeMethodDescriptionstatic booleanValidationUtils.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.