Package org.molgenis.security.token
Annotation Type TokenParam
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface TokenParamAnnotation that you can use to bind a String parameter in a handler method to the molgenis token in the request. Sample use:
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrequiredWhether the parameter is required.
-