File tree 2 files changed +3
-8
lines changed
src/main/java/org/lowcoder/plugin/api
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.lowcoder.plugin</groupId >
7
7
<artifactId >lowcoder-plugin-api</artifactId >
8
- <version >2.1 .0</version >
8
+ <version >2.3 .0</version >
9
9
10
10
<name >lowcoder-plugin-api</name >
11
11
<description >Lowcoder shared plugin interfaces</description >
Original file line number Diff line number Diff line change 34
34
Method method () default Method .GET ;
35
35
36
36
/**
37
- * @return True if this endpoint should be secured
37
+ * @return Endpoint will be secured by this SPeL expression. Empty expression means not secured.
38
38
*/
39
- boolean authenticated () default false ;
40
-
41
- /**
42
- * @return Security SPeL expression (in case authenticated is set to true)
43
- */
44
- String expression () default "" ;
39
+ String authorize () default "" ;
45
40
}
You can’t perform that action at this time.
0 commit comments