Commit e1e2a34
committed
io.vertx.ext.auth.authentication.Credentials should be a data object interface.
Motivation:
io.vertx.ext.auth.authentication.Credentials is a code generated object, however its implementations are data objects. Generated code declaring Credentials as argument or return type does not accept Credentials implementation since the type is translated to the shim equivalent.
Changes:
Make Credentials a data object.1 parent 3b308b8 commit e1e2a34
File tree
1 file changed
+2
-2
lines changed- vertx-auth-common/src/main/java/io/vertx/ext/auth/authentication
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments