Uses of Class
com.foreach.across.modules.user.business.Role
Package
Description
-
Uses of Role in com.foreach.across.modules.user.business
Modifier and TypeFieldDescriptionQBasicSecurityPrincipal.roles
QGroup.roles
QGroupedPrincipal.roles
QMachinePrincipal.roles
QUser.roles
-
Uses of Role in com.foreach.across.modules.user.repositories
-
Uses of Role in com.foreach.across.modules.user.security
-
Uses of Role in com.foreach.across.modules.user.services
Modifier and TypeMethodDescriptionRoleService.defineRole
(Role role) Ensures the given Role exists based on the unique name.RoleService.defineRole
(String authority, String name, String description, Collection<String> permissions) Ensures a Role with the specified permissions exists.RoleService.defineRole
(String authority, String name, Collection<String> permissions) Deprecated.RoleServiceImpl.defineRole
(Role role) RoleServiceImpl.defineRole
(String authority, String name, String description, Collection<String> permissionNames) RoleServiceImpl.defineRole
(String authority, String name, Collection<String> permissionNames) Get the Role entity with the given authority.Save the given Role entity.Modifier and TypeMethodDescriptionRoleService.getRoles()
Get all defined Roles.RoleServiceImpl.getRoles()
Modifier and TypeMethodDescriptionRoleService.defineRole
(Role role) Ensures the given Role exists based on the unique name.RoleServiceImpl.defineRole
(Role role) void
Delete the given Role entity.void
Save the given Role entity. -
Uses of Role in com.foreach.across.modules.user.ui.support
-
Uses of Role in com.foreach.across.modules.user.validators
Modifier and TypeMethodDescriptionprotected void
RoleValidator.postValidation
(Role entity, org.springframework.validation.Errors errors)