Uses of Class
com.foreach.across.modules.user.business.Permission
Package
Description
-
Uses of Permission in com.foreach.across.modules.user.business
Modifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<Permission,
QPermission> QPermissionGroup.permissions
final com.querydsl.core.types.dsl.SetPath<Permission,
QPermission> QRole.permissions
Modifier and TypeMethodDescriptionvoid
Role.addPermission
(Permission... permissions) boolean
BasicSecurityPrincipal.hasPermission
(Permission permission) boolean
GroupedPrincipal.hasPermission
(Permission permission) boolean
Role.hasPermission
(Permission permission) Modifier and TypeMethodDescriptionvoid
PermissionGroup.setPermissions
(Collection<Permission> permissions) void
Role.setPermissions
(Collection<Permission> permissions) ModifierConstructorDescriptionQPermission
(com.querydsl.core.types.Path<? extends Permission> path) QPermission
(Class<? extends Permission> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Permission in com.foreach.across.modules.user.repositories
-
Uses of Permission in com.foreach.across.modules.user.security
Modifier and TypeMethodDescriptionboolean
CurrentUserProxy.hasPermission
(Permission permission) Deprecated.boolean
CurrentUserProxyImpl.hasPermission
(Permission permission) Deprecated. -
Uses of Permission in com.foreach.across.modules.user.services
Modifier and TypeMethodDescriptionPermissionService.definePermission
(Permission permission) Ensures the given permission exists based on the unique name.PermissionService.definePermission
(String name, String description, PermissionGroup group) Ensures a permission with the given name and description exists.PermissionService.definePermission
(String name, String description, String groupName) Ensures a permission with the given name and description exists.PermissionServiceImpl.definePermission
(Permission permissionDto) PermissionServiceImpl.definePermission
(String name, String description, PermissionGroup group) PermissionServiceImpl.definePermission
(String name, String description, String groupName) PermissionService.getPermission
(String name) Get the Permission entity by name.PermissionServiceImpl.getPermission
(String name) PermissionService.savePermission
(Permission permission) Save the Permission entity.PermissionServiceImpl.savePermission
(Permission permission) Modifier and TypeMethodDescriptionPermissionService.getPermissions()
Get all defined permissions.PermissionServiceImpl.getPermissions()
Modifier and TypeMethodDescriptionPermissionService.definePermission
(Permission permission) Ensures the given permission exists based on the unique name.PermissionServiceImpl.definePermission
(Permission permissionDto) void
PermissionService.deletePermission
(Permission permission) Delete the Permission entity.void
PermissionServiceImpl.deletePermission
(Permission permission) PermissionService.savePermission
(Permission permission) Save the Permission entity.PermissionServiceImpl.savePermission
(Permission permission)