We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bea1c commit f949178Copy full SHA for f949178
docs/modules/ROOT/pages/servlet/authorization/architecture.adoc
@@ -256,7 +256,8 @@ static RoleHierarchy roleHierarchy() {
256
return RoleHierarchyImpl.withDefaultRolePrefix()
257
.role("ADMIN").implies("STAFF")
258
.role("STAFF").implies("USER")
259
- .role("USER").implies("GUEST");
+ .role("USER").implies("GUEST")
260
+ .build();
261
}
262
263
// and, if using method security also add
0 commit comments