mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-30 22:28:46 +00:00 
			
		
		
		
	cconfigured -> configured
This commit is contained in:
		
							parent
							
								
									ae0f330f98
								
							
						
					
					
						commit
						0656d2bc05
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user