Annotation Type AuthorizationGuard
-
@Retention(RUNTIME) @Target(PARAMETER) @Inherited public @interface AuthorizationGuard
Parameter annotation to specify which authorization class should be used to check user access.This is an internal class. Do not use it as a user of the API.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends IAuthorizationGuardPredicate<?,?>>
guardClass
-
-
-
Element Detail
-
guardClass
java.lang.Class<? extends IAuthorizationGuardPredicate<?,?>> guardClass
-
-