Uses of Class
com.foreach.across.modules.user.business.Role
Packages that use Role
Package
Description
-
Uses of Role in com.foreach.across.modules.user.business
Fields in com.foreach.across.modules.user.business with type parameters of type RoleModifier and TypeFieldDescriptionQBasicSecurityPrincipal.roles
QGroup.roles
QGroupedPrincipal.roles
QMachinePrincipal.roles
QUser.roles
Methods in com.foreach.across.modules.user.business that return types with arguments of type RoleMethods in com.foreach.across.modules.user.business with parameters of type RoleMethod parameters in com.foreach.across.modules.user.business with type arguments of type RoleConstructor parameters in com.foreach.across.modules.user.business with type arguments of type Role -
Uses of Role in com.foreach.across.modules.user.repositories
Methods in com.foreach.across.modules.user.repositories that return types with arguments of type Role -
Uses of Role in com.foreach.across.modules.user.security
Methods in com.foreach.across.modules.user.security with parameters of type Role -
Uses of Role in com.foreach.across.modules.user.services
Methods in com.foreach.across.modules.user.services that return RoleModifier 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.Methods in com.foreach.across.modules.user.services that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.getRoles()
Get all defined Roles.RoleServiceImpl.getRoles()
Methods in com.foreach.across.modules.user.services with parameters of type RoleModifier 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
Methods in com.foreach.across.modules.user.ui.support that return Role -
Uses of Role in com.foreach.across.modules.user.validators
Methods in com.foreach.across.modules.user.validators with parameters of type RoleModifier and TypeMethodDescriptionprotected void
RoleValidator.postValidation
(Role entity, org.springframework.validation.Errors errors)