Add missing method call in authorization docs
This commit is contained in:
committed by
Josh Cummings
parent
92be497d24
commit
7b67476153
@@ -256,7 +256,8 @@ static RoleHierarchy roleHierarchy() {
|
||||
return RoleHierarchyImpl.withDefaultRolePrefix()
|
||||
.role("ADMIN").implies("STAFF")
|
||||
.role("STAFF").implies("USER")
|
||||
.role("USER").implies("GUEST");
|
||||
.role("USER").implies("GUEST")
|
||||
.build();
|
||||
}
|
||||
|
||||
// and, if using method security also add
|
||||
|
||||
Reference in New Issue
Block a user