Annotation Type Secured
-
@Retention(RUNTIME) @Target(METHOD) public @interface SecuredAnnotation for REST endpoints to be secured by security profile filtering. Permission should be a unique identifier per endpoint method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringdescriptionjava.lang.Stringpermission
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisAdminOnly
-