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.permissionsfinal com.querydsl.core.types.dsl.SetPath<Permission,QPermission> QRole.permissionsMethods 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 TypeMethodDescriptionvoidRole.addPermission(Permission... permissions) booleanBasicSecurityPrincipal.hasPermission(Permission permission) booleanGroupedPrincipal.hasPermission(Permission permission) booleanRole.hasPermission(Permission permission) Method parameters in com.foreach.across.modules.user.business with type arguments of type PermissionModifier and TypeMethodDescriptionvoidPermissionGroup.setPermissions(Collection<Permission> permissions) voidRole.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 TypeMethodDescriptionbooleanCurrentUserProxy.hasPermission(Permission permission) Deprecated.booleanCurrentUserProxyImpl.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) voidPermissionService.deletePermission(Permission permission) Delete the Permission entity.voidPermissionServiceImpl.deletePermission(Permission permission) PermissionService.savePermission(Permission permission) Save the Permission entity.PermissionServiceImpl.savePermission(Permission permission)