cconfigured -> configured

This commit is contained in:
Rafael Renan Pacheco 2019-01-07 18:42:35 -02:00 committed by Rob Winch
parent ae0f330f98
commit 0656d2bc05
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ A typical configuration might look like this:
----
Here we have four roles in a hierarchy `ROLE_ADMIN => ROLE_STAFF => ROLE_USER => ROLE_GUEST`.
A user who is authenticated with `ROLE_ADMIN`, will behave as if they have all four roles when security constraints are evaluated against an `AccessDecisionManager` cconfigured with the above `RoleHierarchyVoter`.
A user who is authenticated with `ROLE_ADMIN`, will behave as if they have all four roles when security constraints are evaluated against an `AccessDecisionManager` configured with the above `RoleHierarchyVoter`.
The `>` symbol can be thought of as meaning "includes".
Role hierarchies offer a convenient means of simplifying the access-control configuration data for your application and/or reducing the number of authorities which you need to assign to a user.