Uses of Class
com.alpaca.entity.RolePermission
Packages that use RolePermission
-
Uses of RolePermission in com.alpaca.entity
Fields in com.alpaca.entity with type parameters of type RolePermissionModifier and TypeFieldDescriptionprivate Set<RolePermission> Permission.rolePermissionsprivate Set<RolePermission> Role.rolePermissionsIndicates the set of Permission has the Role.Methods in com.alpaca.entity that return types with arguments of type RolePermissionModifier and TypeMethodDescriptionRole.permissionsToRolePermissions(Collection<Permission> permissions) Converts a set ofPermissionobjects into a set ofRolePermissionobjects associated with this Role.