Example usage for org.springframework.security.access.hierarchicalroles RoleHierarchy interface-usage

List of usage examples for org.springframework.security.access.hierarchicalroles RoleHierarchy interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.access.hierarchicalroles RoleHierarchy interface-usage.

Usage

From source file com.yqboots.security.access.RoleHierarchyImpl.java

/**
 * The simple implementation of {@link RoleHierarchy}.
 *
 * @author Eric H B Zhan
 * @since 1.1.0
 */

From source file com.epam.ta.reportportal.auth.UserRoleHierarchy.java

/**
 * UserRoleHierarchy processor. Actually, hierarchy is pretty simple: role in
 * {@link com.epam.ta.reportportal.database.entity.user.UserRole} has more
 * rights than the following one. So, Administrator is more privileged than
 * User.
 * 

From source file org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl.java

/**
 * <p>
 * This class defines a role hierarchy for use with the UserDetailsServiceWrapper.
 *
 * <p>
 * Here is an example configuration of a role hierarchy (hint: read the "&gt;" sign as

From source file org.opendatakit.security.spring.RoleHierarchyImpl.java

/**
 * Much of this implementation is copied verbatim from Spring 3.0.5 RoleHierarchyImpl. The only
 * difference is the use of InitializingBean and the implementation of the
 * buildRolesReachableInOneStepMap() which now queries the database for the entries to insert into
 * the map.
 * 

From source file org.opendatakit.common.security.spring.RoleHierarchyImpl.java

/**
 * Much of this implementation is copied verbatim from Spring 3.0.5
 * RoleHierarchyImpl.  The only difference is the use of InitializingBean
 * and the implementation of the buildRolesReachableInOneStepMap() which
 * now queries the database for the entries to insert into the map.
 *