Annotation Type RestHandlerMethod
-
@Target(METHOD) @Retention(RUNTIME) public @interface RestHandlerMethod
MidPoint-specific information about a REST handler method. Currently, it provides relatedRestAuthorizationAction
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description @NotNull RestAuthorizationAction
authorization
The abstract REST method implemented by this handler.
-
-
-
Element Detail
-
authorization
@NotNull @NotNull RestAuthorizationAction authorization
The abstract REST method implemented by this handler.
-
-