Uses of Class
com.foreach.across.modules.user.business.Permission
Packages that use Permission
Package
Description
-
Uses of Permission in com.foreach.across.modules.user.business
Fields in com.foreach.across.modules.user.business with type parameters of type PermissionModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<Permission,
QPermission> QPermissionGroup.permissions
final com.querydsl.core.types.dsl.SetPath<Permission,
QPermission> QRole.permissions
Methods in com.foreach.across.modules.user.business that return types with arguments of type PermissionMethods in com.foreach.across.modules.user.business with parameters of type PermissionModifier and TypeMethodDescriptionvoid
Role.addPermission
(Permission... permissions) boolean
BasicSecurityPrincipal.hasPermission
(Permission permission) boolean
GroupedPrincipal.hasPermission
(Permission permission) boolean
Role.hasPermission
(Permission permission) Method parameters in com.foreach.across.modules.user.business with type arguments of type PermissionModifier and TypeMethodDescriptionvoid
PermissionGroup.setPermissions
(Collection<Permission> permissions) void
Role.setPermissions
(Collection<Permission> permissions) Constructor parameters in com.foreach.across.modules.user.business with type arguments of type PermissionModifierConstructorDescriptionQPermission
(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
Methods in com.foreach.across.modules.user.repositories that return types with arguments of type Permission -
Uses of Permission in com.foreach.across.modules.user.security
Methods in com.foreach.across.modules.user.security with parameters of type PermissionModifier and TypeMethodDescriptionboolean
CurrentUserProxy.hasPermission
(Permission permission) Deprecated.boolean
CurrentUserProxyImpl.hasPermission
(Permission permission) Deprecated. -
Uses of Permission in com.foreach.across.modules.user.services
Methods in com.foreach.across.modules.user.services that return PermissionModifier 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) Methods in com.foreach.across.modules.user.services that return types with arguments of type PermissionModifier and TypeMethodDescriptionPermissionService.getPermissions()
Get all defined permissions.PermissionServiceImpl.getPermissions()
Methods in com.foreach.across.modules.user.services with parameters of type PermissionModifier 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)