Browse Source

cconfigured -> configured

pull/6376/head
Rafael Renan Pacheco 7 years ago committed by Rob Winch
parent
commit
0656d2bc05
  1. 2
      docs/manual/src/docs/asciidoc/_includes/servlet/authorization/architecture.adoc

2
docs/manual/src/docs/asciidoc/_includes/servlet/authorization/architecture.adoc

@ -183,7 +183,7 @@ A typical configuration might look like this: @@ -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.

Loading…
Cancel
Save